Programming Concepts and Logics | Check Your Level | MCQ April 3, 2025April 17, 2024 by jaminrai Programming Concepts & Logics This MCQ helps to check levels of:your understanding on programming languagesunderadatnd about compiler, interpreter and Assemblerdifferent High level languagesdifferent types of errors in programmingcontrol structureProgram design toolstypes of dataI/O function, operator and many more 1 / 76 Which type of type specifier is used to hold integer type data? %d %e %c %f 2 / 76 What is the use of sqrt() library function? To find square of given number To find roots of equations To find square root of a circle. To find square root of given number. 3 / 76 The continue statement cannot be used with ____ While Switch For Do while 4 / 76 Array elements are always store in ________ memory location Non of these Random Sequential Sequential and Random 5 / 76 Which of the following is interpreted language? C Language C++ Language BASIC Visual Basic 6 / 76 The Expression : a+=4 means a=4 a=4+4 a=a+4 a+4=a 7 / 76 This C function copies the contents of the source string at the end of the target string? copycat() both Strcat() & copycat() none of the options strcat() 8 / 76 Which of the following statement is not true? C is powerful and portable programming language C is a general purpose low level programming language C is internationally standardized programming language C is structural programming language. 9 / 76 Which function is used to display a string? scanf gets putchar printf 10 / 76 Null character is represented by 2 n O 11 / 76 Which of the following is format specification for printing string in printf() %d %f %c %s 12 / 76 A labeled statement consist of an identifier followed by : = , ; 13 / 76 A string constant in C is terminated by " 'O' "" '