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 the explanation for modular programming?
What are the types of type specifiers?
Explain logical errors? Compare with syntax errors.
Which are low level languages?
how can use subset in c program and give more example
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
What is the use of parallelize in spark?
When should the volatile modifier be used?
Why c language is called c?
What is I ++ in c programming?
What is c programing language?
What is #error and use of it?
int far *near * p; means
What is the use of define in c?
Is there a way to jump out of a function or functions?