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 use of void pointer and null pointer in c language?

623


What are preprocessor directives?

668


What does typeof return in c?

635


How to write a code for reverse of string without using string functions?

1575


How many levels of pointers can you have?

695






In a switch statement, what will happen if a break statement is omitted?

598


Why do some versions of toupper act strangely if given an upper-case letter?

627


How can type-insensitive macros be created?

692


Explain the difference between exit() and _exit() function?

632


What is methods in c?

637


Explain what are the different data types in c?

752


What do you understand by friend-functions? How are they used?

641


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

584


What is the purpose of the statement: strcat (S2, S1)?

638


What are the types of data files?

723