Tell us the difference between these two :
#include"stdio.h"
#include<stdio.h>
define in detial.

Answer Posted / arif

"stdio.h" C compiler-preprocessor search the header file in the current directory
<stdio.h> C preprocessor search the header file in all the directories

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can any one provide me the notes of data structure for ignou cs-62 paper

1899


What is string in c language?

825


What is the difference between malloc calloc and realloc in c?

884


Explain main function in c?

840


What is size of union in c?

752


How can I implement sets or arrays of bits?

800


What do you mean by recursion in c?

849


I need previous papers of CSC.......plz help out by posting them.......

2062


How to compare array with pointer in c?

829


how to construct a simulator keeping the logical boolean gates in c

1982


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

2519


Explain what’s a signal? Explain what do I use signals for?

778


any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above

823


Why clrscr is used in c?

788


What does *p++ do?

788