Tell us the difference between these two :
#include"stdio.h"
#include<stdio.h>
define in detial.
Answer Posted / arif
"stdio.h" linker search the header file in the current directory
<stdio.h> linker search the header file in all the directories
Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
Explain how can I right-justify a string?
Explain what is the advantage of a random access file?
Explain the difference between malloc() and calloc() function?
What is s or c?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
Without Computer networks, Computers will be half the use. Comment.
What is variable declaration and definition in c?
Why main is not a keyword in c?
What are nested functions in c?
What is double pointer?
What is null in c?
How do we declare variables in c?
What is queue in c?
What is an array in c?
What is pre-emptive data structure and explain it with example?