what is difference between #include<stdio.h> and
#include"stdio.h"
Answer Posted / bharatgs7
<stdio.h> means its a in-built header file, "stdio.h" means
its an user-defined header file
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What is static and auto variables in c?
What are the keywords in c?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
What are local static variables?
How many header files are in c?
Can we assign string to char pointer?
What is unary operator?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
How many types of functions are there in c?
How does placing some code lines between the comment symbol help in debugging the code?
what is the role you expect in software industry?
Write programs for String Reversal & Palindrome check
Explain how do you determine whether to use a stream function or a low-level function?
What is use of null pointer in c?
Explain what are the different file extensions involved when programming in c?