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

What are the two forms of #include directive?

640


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

642


Why header file is used in c?

571


Explain union. What are its advantages?

612


What is the method to save data in stack data structure type?

600






Why does everyone say not to use gets?

603


What is a program flowchart?

596


What is const keyword in c?

739


Explain About fork()?

640


How do you override a defined macro?

694


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

1855


Explain how can you determine the size of an allocated portion of memory?

616


Is it possible to use curly brackets ({}) to enclose single line code in c program?

787


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

647


What is scope of variable in c?

555