Tell us the difference between these two :
#include"stdio.h"
#include<stdio.h>
define in detial.

Answer Posted / sourisengupta

"stdio.h" linker search the header file first in the
current directory, if it does not find there then it will
search the directory which is declared by the compiler as a
header file directory and all the header file stores there.

<stdio.h> linker search the header file in all the
particular which is declared by the compiler as a header
file directory.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Suggesting that there can be 62 seconds in a minute?

588


Is calloc better than malloc?

563


What is array in c with example?

605


What are the restrictions of a modulus operator?

623


What is 2 d array in c?

544






Explain what is a pragma?

580


What does s c mean in text?

600


Explain high-order bytes.

667


What is the difference between break and continue?

598


What is ctrl c called?

584


What is the purpose of 'register' keyword?

680


What are the primitive data types in c?

562


Can the “if” function be used in comparing strings?

576


Explain what is a 'locale'?

574


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2027