what is the difference between #include<stdio.h> and
#include"stdio.h" ?
Answer Posted / shahab
# include<stdio.h>--- It searches one directory i.e
specified list of directory.
# include"stdio.h"---- It searches two i.e specified list
of directory & current directory.
| Is This Answer Correct ? | 66 Yes | 10 No |
Post New Answer View All Answers
Explain what are its uses in c programming?
What are the types of data files?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
How can I read data from data files with particular formats?
Is register a keyword in c?
Explain the use of bit fieild.
What is typedf?
Describe the difference between = and == symbols in c programming?
Can you please explain the difference between exit() and _exit() function?
Can the “if” function be used in comparing strings?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Why c is a mother language?
What is bubble sort technique in c?
how to introdu5ce my self in serco
What are different storage class specifiers in c?