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 of the following language is not a type of third generation language? BASIC C Lanugage Java FORTAN 2 / 76 Which is the unformatted input function to accept a multiword input in c language? finds() gets() getc() scanf() 3 / 76 Every program in C has at least one function which is _________ None of these main sum void 4 / 76 Which header file is essential for using strcmp() finction? strings.h strcmp.h string.h text.h 5 / 76 Which of the following is not basic data types in C language? int float char string 6 / 76 How much memory should require holding long integer data in Computer? 4 2 8 1 7 / 76 Which type of constant is defined by using #define? character symbolic integer constant escape sequence 8 / 76 What c function copies the contents of one string to another? strrev() strcpy() strcmp() None 9 / 76 Which among the following is an unconditional control structure? if-else do-while goto for 10 / 76 A string constant in C is terminated by " 'O' '