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
What’s a signal? Explain what do I use signals for?
string reverse using recursion
What is the purpose of macro in C language?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What is I ++ in c programming?
what are the 10 different models of writing an addition program in C language?
what is uses of .net
What is the use of sizeof?
What are volatile variables in c?
Where define directive used?
What is a built-in function in C?
Explain spaghetti programming?
What are the valid places to have keyword “break”?
Is there a way to switch on strings?
Explain what are the standard predefined macros?