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 are unions in c?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What does struct node * mean?
What is the use of sizeof () in c?
Write a program on swapping (100, 50)
I need a sort of an approximate strcmp routine?
What is the difference between single charater constant and string constant?
What is declaration and definition in c?
What is class and object in c?
Why pointers are used in c?
Why is structure important for a child?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
i got 75% in all semester am i eligible for your company
How is a structure member accessed?
What are pointers? What are different types of pointers?