what is difference between #include<stdio.h> and
#include"stdio.h"
Answer Posted / ep
#include <stdio.h>
Will look for the header file in the standard include paths.
#include "stdio.h"
Will look for the file first in the current directory, then
it wil look for it in the standard include paths, if not found.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Difference between exit() and _exit() function?
How do I use void main?
In which language linux is written?
What is function in c with example?
What is the use of ?: Operator?
Write a program to check armstrong number in c?
What is the scope of local variable in c?
What is the method to save data in stack data structure type?
Explain 'bit masking'?
Explain pointer. What are function pointers in C?
How will you find a duplicate number in a array without negating the nos ?
Is main is a keyword in c?
If the size of int data type is two bytes, what is the range of signed int data type?
what is a function method?give example?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent