what is the difference between <stdio.h> and "stdio.h"
Answer Posted / arun.k
#include<stdio.h> does not search the source directory,if
we write #include"stdio.h" it will search the source path
first end include that path
| Is This Answer Correct ? | 8 Yes | 9 No |
Post New Answer View All Answers
How can I recover the file name given an open stream?
what is the role you expect in software industry?
What is the code for 3 questions and answer check in VisualBasic.Net?
What is main return c?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What is difference between class and structure?
Is c is a high level language?
why do some people write if(0 == x) instead of if(x == 0)?
What is the c value paradox and how is it explained?
What are pointers? Why are they used?
Explain what is the purpose of "extern" keyword in a function declaration?
How can I manipulate individual bits?
What is the difference between fread buffer() and fwrite buffer()?
What are the types of pointers?
What are the types of bitwise operator?