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

#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

720


Write a program which returns the first non repetitive character in the string?

603


Using which language Test cases are added in .ptu file of RTRT unit testing???

3602


What does malloc () calloc () realloc () free () do?

560


Explain the red-black trees?

609






Can a variable be both const and volatile?

676


What is use of integral promotions in c?

666


What is difference between scanf and gets?

614


can we have joblib in a proc ?

1656


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

780


Describe dynamic data structure in c programming language?

606


Where can I get an ansi-compatible lint?

642


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

613


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

1744


what is the diffrenet bettwen HTTP and internet protocol

1392