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


Please Help Members By Posting Answers For Below Questions

The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

1358


PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

2258


write a program to find out prime number using sieve case?

2174


hi send me sample aptitude papers of cts?

2250


will u please send me the placement papers to my mail???????????????????

1925


ATM machine and railway reservation class/object diagram

5335


Do you know the difference between malloc() and calloc() function?

1133


What is dynamic dispatch in c++?

1137


Is int a keyword in c?

1057


What is the general form of a C program?

1098


How do you determine the length of a string value that was stored in a variable?

1203


Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?

1181


In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?

1295


develop algorithms to add polynomials (i) in one variable

2258


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2826