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

Answer Posted / arif

"stdio.h" C compiler-preprocessor search the header file in the current directory
<stdio.h> C preprocessor search the header file in all the directories

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you write a program which produces its own source code as output?

608


What is variables in c?

607


Why do we use namespace feature?

583


What is the use of a conditional inclusion statement in C?

602


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

600






What is array of structure in c?

594


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

1714


What are the different types of control structures?

587


the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function

762


What does it mean when a pointer is used in an if statement?

602


What is atoi and atof in c?

618


What are the rules for the identifier?

671


What are the functions to open and close file in c language?

729


what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?

1906


What is integer constants?

622