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
Differentiate between new and malloc(), delete and free() ?
What is the acronym for ansi?
Difference between pass by reference and pass by value?
What are different types of operators?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
Can you tell me how to check whether a linked list is circular?
When we use void main and int main?
code for replace tabs with equivalent number of blanks
Explain how can you determine the size of an allocated portion of memory?
What is data type long in c?
When do we get logical errors?
praagnovation
What is a #include preprocessor?
How can you find the exact size of a data type in c?
How do I create a directory? How do I remove a directory (and its contents)?