Unsolved MCQs
Unsolved MCQs
Unsolved MCQs
Objective Type
3) Which input function will not print the entered character on the screen ?
a) scanf () b) getch () c) getche () d) getchar ()
16) Which of the following format specifier is used for float data type ?
a) %e b) %d c) %f d) %s
17) The format specifier % is used for .
a) Integer b) Unsigned short c) Unsigned float d) Unsigned long int
19) The function used for input and out put is stored in .
a) Stdio.h b) Conio.h c) Math.h d) Tan.h
24) The field width will automatically _______ if the specified space is not sufficient to accommodate the value .
a) Adjusted b) Shrink c) Expanded d) None of these
25) The function getche() is defined in .
a) stdio.h b) string.h c) math.h d) conio.h
39) The getch and getche functions accept only integer argument .
☐ True ☐ False
3. Fill in the blanks. (1 x 10 = 10)
40) The ___________ function does not display characters on the output screen.