what is the difference between #include<stdio.h> and
#include"stdio.h" ?

Answer Posted / sreekanth

#include "stdio.h"
The compiler will search for a particular stdio.h in the
current working directory only

where as <stdio.h> the complier looks into default dir.
which is in most cases /include/lib or you can define this
directory by your own.

Is This Answer Correct ?    30 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to reverse a linked list in c.

647


When should a type cast not be used?

627


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

1498


Why c is called free form language?

574


any "C" function by default returns an a) int value b) float value c) char value d) a & b

667






What are the types of bitwise operator?

666


Write a program to implement queue.

666


Explain the difference between the local variable and global variable in c?

605


Why main is not a keyword in c?

652


Without Computer networks, Computers will be half the use. Comment.

1877


What is function definition in c?

588


Is that possible to add pointers to each other?

905


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

770


What are the advantages of using macro in c language?

595


What are the basic data types associated with c?

818