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 %s and %d in c?
How many types of errors are there in c language? Explain
What is the use of ?
How many bytes is a struct in c?
Explain how do you generate random numbers in c?
How can I call fortran?
what do you mean by enumeration constant?
Differentiate Source Codes from Object Codes
Is a house a shell structure?
explain what are actual arguments?
What is the explanation for modular programming?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What is "Hungarian Notation"?
What is gets() function?
What is the heap?