what is the difference between #include<stdio.h> and
#include"stdio.h" ?
Answer Posted / mytri
#include<stdio.h>--Search from current directory
#include"stdio.h"--Search from list of directories that are
included in path
| Is This Answer Correct ? | 61 Yes | 28 No |
Post New Answer View All Answers
What is main () in c?
The difference between printf and fprintf is ?
How can you find out how much memory is available?
What are the different types of data structures in c?
Can you write a programmer for FACTORIAL using recursion?
What is a program?
What is the difference between the expression “++a” and “a++”?
Find MAXIMUM of three distinct integers using a single C statement
What is the difference between far and near in c?
C language questions for civil engineering
What are different types of operators?
Explain how do you print only part of a string?
What's the best way of making my program efficient?
What is an endless loop?
What is mean by data types in c?