T
Q. What is the value of EOF in C?
The EOF stands for End of File which is a Macro defined in stdio.h header file. With the GNU C Library, EOF is -1. In other libraries, its value may be some other negative number.
You must be Logged in to update hint/solution
Q. Which of the following has compilation error in C?
Q. Which loop executes the block a specific number of times?
Q. Which of these is valid syntax to include a header in C?
Q. Size of the array need not be specified, when
Q. What is the output the program?
Q. Which of the following is the correct order if calling functions in the below code?
Discusssion
Login to discuss.