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

Answer Posted / somichoudhary

In #include<stdio.h>
The c compiler search the header files in Tc-Bin library

But in "stdio.h">
search the header files in local c: folder

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many loops are there in c?

582


What is hashing in c language?

615


How are Structure passing and returning implemented by the complier?

716


What is wrong with this declaration?

613


When c language was developed?

642






a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

633


Explain 'bus error'?

563


What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?

906


What is register variable in c language?

607


i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....

1525


What is I ++ in c programming?

629


How can you find out how much memory is available?

618


What are the primitive data types in c?

579


What are the types of variables in c?

582


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

2938