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


Please Help Members By Posting Answers For Below Questions

What is the explanation for modular programming?

899


What are the types of type specifiers?

797


Explain logical errors? Compare with syntax errors.

819


Which are low level languages?

842


how can use subset in c program and give more example

1685


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.

1442


What is the use of parallelize in spark?

753


When should the volatile modifier be used?

878


Why c language is called c?

740


What is I ++ in c programming?

855


What is c programing language?

821


What is #error and use of it?

907


int far *near * p; means

3301


What is the use of define in c?

791


Is there a way to jump out of a function or functions?

835