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 is the difference between functions abs() and fabs()?
What is a program flowchart and explain how does it help in writing a program?
What is the c language function prototype?
In which language linux is written?
Explain what is the use of a semicolon (;) at the end of every program statement?
What is extern keyword in c?
Is c procedural or object oriented?
What does sizeof return c?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
How will you delete a node in DLL?
What's the best way of making my program efficient?
What is c++ used for today?
What is queue in c?
Is c procedural or functional?
Tell us two differences between new () and malloc ()?