File Input Output - Study Mode
[#31] The conversion characters d, i, o, u, and x may be preceded by h in scanf() to indicate?
Correct Answer
(A) A pointer to short
[#32] The maximum number of characters to be printed is specified by . . . . . . . .
Correct Answer
(A) precision
[#33] In function free(p), p is a . . . . . . . .
Correct Answer
(D) pointer returned by malloc() & calloc()
[#34] What is the difference in the ASCII value of capital and non-capital of the same letter is?
Correct Answer
(C) 32
[#35] Select the right explanation for the following C code snippet. int fgetpos(FILE *stream, fpos_t *s)
Correct Answer
(A) records the current position in stream in *s