Answer Posted / sudarsan gouda
# is nothing but the preprocessor operator.That means it
will execute before the main() execution.
That means we are required to include that header file
those are required to our program before main(),
| Is This Answer Correct ? | 56 Yes | 4 No |
Post New Answer View All Answers
Is main a keyword in c?
Write a program to print factorial of given number without using recursion?
What is "Duff's Device"?
What is data type long in c?
What are the types of i/o functions?
What is the difference between array and pointer in c?
What is the translation phases used in c language?
What are file streams?
What is difference between union and structure in c?
Are c and c++ the same?
Write a program to check palindrome number in c programming?
What header files do I need in order to define the standard library functions I use?
What are the types of pointers in c?
Explain what are run-time errors?
Explain how does free() know explain how much memory to release?