what is the difference between <stdio.h> and "stdio.h"
Answer Posted / kiran shelke,aurangabad
When we write <stdio.h> that mean we can access this header
file from the include directory,but if this header file is
not present in this folder and its available in other
directory then it not access it.But when we write the
"stdio.h" then we can access this header file which
available in any other directory..
In short #include"stdio.h" is best option for ERROR free program
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is a ternary operator in c?
Describe the modifier in c?
Synonymous with pointer array a) character array b) ragged array c) multiple array d) none
What is the best way to store flag values in a program?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
What is call by reference in functions?
what are the facialities provided by you after the selection of the student.
What is the difference between c and python?
Explain the process of converting a Tree into a Binary Tree.
What are enumerated types?
In a header file whether functions are declared or defined?
What is operator promotion?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What is the purpose of the statement: strcat (S2, S1)?
Is there any demerits of using pointer?