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

Answer Posted / shahab

# include<stdio.h>--- It searches one directory i.e
specified list of directory.
# include"stdio.h"---- It searches two i.e specified list
of directory & current directory.

Is This Answer Correct ?    66 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain enumerated types in c language?

610


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

4748


What is data structure in c language?

614


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

827


Which is best book for data structures in c?

603






Write a code of a general series where the next element is the sum of last k terms.

598


What does it mean when the linker says that _end is undefined?

638


What is structure of c program?

611


What is the difference between exit() and _exit() function in c?

590


Once I have used freopen, how can I get the original stdout (or stdin) back?

631


shorting algorithmS

1807


What are register variables in c?

582


what are non standard function in c

1443


How can I implement sets or arrays of bits?

611


What is #include called?

575