adspace
what is the difference between #include<stdio.h> and
#include "stdio.h" ?
Answer Posted / vignesh1988i
in case of <stdio.h> this will be checking only the folder
containing C compiler...... as we will be describing the
path in the directories option in the IDE.....
in case of "stdio.h" this will be checking the entire hard
disk there by deleting the path given in the directories
explicitly .....
thank u
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
write a program to find out prime number using sieve case?
hi send me sample aptitude papers of cts?
will u please send me the placement papers to my mail???????????????????
ATM machine and railway reservation class/object diagram
Do you know the difference between malloc() and calloc() function?
What is dynamic dispatch in c++?
Is int a keyword in c?
What is the general form of a C program?
How do you determine the length of a string value that was stored in a variable?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
develop algorithms to add polynomials (i) in one variable
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.