what is the difference between #include<stdio.h> and
#include "stdio.h" ?
Answer Posted / vignesh1988i
in case of <stdio.h> this will be checking only the folder
containing C compiler...... as we will be describing the
path in the directories option in the IDE.....
in case of "stdio.h" this will be checking the entire hard
disk there by deleting the path given in the directories
explicitly .....
thank u
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What is chain pointer in c?
Why doesnt long int work?
What is difference between array and structure in c?
What is restrict keyword in c?
What does nil mean in c?
What is the general form of #line preprocessor?
What is the most efficient way to count the number of bits which are set in an integer?
How do shell structures work?
Is it better to bitshift a value than to multiply by 2?
Explain why can’t constant values be used to define an array’s initial size?
What is 2c dna?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What is the advantage of c?
Is null valid for pointers to functions?
Why does everyone say not to use gets?