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


Please Help Members By Posting Answers For Below Questions

What is a ternary operator in c?

835


Describe the modifier in c?

840


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

795


What is the best way to store flag values in a program?

751


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

785






What is call by reference in functions?

847


what are the facialities provided by you after the selection of the student.

1894


What is the difference between c and python?

784


Explain the process of converting a Tree into a Binary Tree.

2369


What are enumerated types?

828


In a header file whether functions are declared or defined?

860


What is operator promotion?

797


Function calling procedures? and their differences? Why should one go for Call by Reference?

802


What is the purpose of the statement: strcat (S2, S1)?

831


Is there any demerits of using pointer?

785