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
Explain what is the benefit of using const for declaring constants?
Wt are the Buses in C Language
Compare array data type to pointer data type
What is sizeof int?
What is the difference between the local variable and global variable in c?
What are disadvantages of C language.
Is c procedural or object oriented?
What is the difference between c and python?
Do character constants represent numerical values?
What does %c mean in c?
Is stack a keyword in c?
What is static volatile in c?
Explain how do you list files in a directory?
What is the difference between #include and #include 'file' ?
What is the best way of making my program efficient?