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


Please Help Members By Posting Answers For Below Questions

Why do we need functions in c?

562


What is the use of getchar() function?

631


Why array is used in c?

553


What is extern c used for?

571


What is volatile c?

526






Differentiate between calloc and malloc.

761


What is else if ladder?

611


How can you increase the allowable number of simultaneously open files?

598


Why c is called a mid level programming language?

607


Is using exit() the same as using return?

680


Explain about C function prototype?

612


How can a process change an environment variable in its caller?

657


How can I do graphics in c?

597


Explain how do you determine whether to use a stream function or a low-level function?

631


What is double pointer in c?

591