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
Is that possible to store 32768 in an int data type variable?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
what do u mean by Direct access files? then can u explain about Direct Access Files?
How does pointer work in c?
Are pointers integer?
What is bubble sort technique in c?
What are the different categories of functions in c?
Explain the difference between structs and unions in c?
Explain how do you print only part of a string?
Explain how do you determine a file’s attributes?
What is the difference between fread and fwrite function?
what is use of malloc and calloc?
What is the scope of global variable in c?
How can you find out how much memory is available?
Describe how arrays can be passed to a user defined function