Answer Posted / mahendra giri
preprocessor is which tells the compiler what header file
we are going to use in our program
#include<stdio.h>
will tell the compiler that it include header file standard
input output
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Does sprintf put null character?
Why is structure padding done in c?
What is the difference between declaring a variable and defining a variable?
What is the auto keyword good for?
Is r written in c?
Mention four important string handling functions in c languages .
What is the significance of an algorithm to C programming?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What is structure packing in c?
What is the use of linkage in c language?
Explain what is a stream?
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
Why main is not a keyword in c?
Explain the use of function toupper() with and example code?
Tell me about low level programming languages.