Multiple Choice
which of the following is the best for getting a string with space from the standard input
A) gets
B) getc
C) fgets
D) puts
Correct Answer:

Verified
Correct Answer:
Verified
Q25: What is output of below program?<br>Int main()<br>{<br>Int
Q26: What is the following is invalid header
Q27: Pointer variable is declared using preceding _
Q28: What is maximum dimension that array can
Q29: What should be the output of below
Q31: () is used for _<br>A)function body<br>B)Arguments<br>C)Return type<br>D)Declaration
Q32: void main() {<br>Printf();<br>}<br>A)Run-Time Error<br>B)Compile-Time Error<br>C)none<br>D)all
Q33: If you pass an array as an
Q34: Which statement is used to compare the
Q35: Explicit data type conversion is called<br>A)Type casting<br>B)conversion<br>C)separation<br>D)none