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

Can a file other than a .h file be included with #include?

681


What was noalias and what ever happened to it?

590


What is header file definition?

563


What is echo in c programming?

553


in linking some of os executables are linking name some of them

1647






What is a macro?

653


What is use of #include in c?

590


What is enumerated data type in c?

617


What is the size of enum in c?

612


What is realloc in c?

578


Why is it important to memset a variable, immediately after allocating memory to it ?

1549


Explain how does flowchart help in writing a program?

622


Can we change the value of static variable in c?

556


The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none

759


How do I swap bytes?

626