Answer Posted / niraj gupta
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of a ‘ ’ character?
What is sizeof int in c?
What is the argument of a function in c?
can anyone suggest some site name..where i can get some good data structure puzzles???
What is array in C
What is the difference between %d and %i?
What is the benefit of using #define to declare a constant?
write a program to display all prime numbers
What is the concatenation operator?
Calculate 1*2*3*____*n using recursive function??
Do you know null pointer?
What is a far pointer in c?
What is a list in c?
What is the difference between exit() and _exit() function in c?
Why & is used in c?