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
How to set file pointer to beginning c?
What is difference between array and pointer in c?
What does c mean?
What is the scope of global variable in c?
If I have a char * variable pointing to the name of a function ..
How can I implement a delay, or time a users response, with sub-second resolution?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
What is define c?
Explain main function in c?
What is #define used for in c?
Explain how do you use a pointer to a function?
write a program to print data of 5 five students with structures?
Explain the meaning of keyword 'extern' in a function declaration.
Explain what is output redirection?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.