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 method in c?
What is a pointer variable in c language?
Can i use “int” data type to store the value 32768? Why?
Which node is more powerful and can handle local information processing or graphics processing?
What is %s and %d in c?
What's a good way to check for "close enough" floating-point equality?
What does the characters “r” and “w” mean when writing programs that will make use of files?
How many bytes are occupied by near, far and huge pointers (dos)?
What oops means?
I need testPalindrome and removeSpace
#include
Explain what is a const pointer?
Is c call by value?
program to convert a integer to string in c language'
write a program fibonacci series and palindrome program in c
Explain how can I remove the trailing spaces from a string?