what is the difference between #include<stdio.h> and
#include"stdio.h" ?
Answer Posted / sreekanth
#include "stdio.h"
The compiler will search for a particular stdio.h in the
current working directory only
where as <stdio.h> the complier looks into default dir.
which is in most cases /include/lib or you can define this
directory by your own.
| Is This Answer Correct ? | 30 Yes | 14 No |
Post New Answer View All Answers
Why do we use return in c?
if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.
How can I manipulate strings of multibyte characters?
State the difference between x3 and x[3].
how can use subset in c program and give more example
What is a union?
How can you increase the allowable number of simultaneously open files?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Where static variables are stored in memory in c?
Is struct oop?
Under what circumstances does a name clash occur?
Explain how many levels deep can include files be nested?
What is a protocol in c?
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
Explain zero based addressing.