Tell us the difference between these two :
#include"stdio.h"
#include<stdio.h>
define in detial.
Answer Posted / arif
"stdio.h" C compiler-preprocessor search the header file in the current directory
<stdio.h> C preprocessor search the header file in all the directories
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the value of uninitialized variable in c?
in linking some of os executables are linking name some of them
what is the role you expect in software industry?
What is the purpose of void pointer?
writ a program to compare using strcmp VIVA and viva with its output.
How can I access an I o board directly?
Write a program to reverse a given number in c language?
What is sizeof array?
What is operator precedence?
Is it better to use malloc() or calloc()?
Why is sizeof () an operator and not a function?
Is it better to use a macro or a function?
What is memcpy() function?
Give differences between - new and malloc() , delete and free() ?
What is echo in c programming?