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
can any one provide me the notes of data structure for ignou cs-62 paper
What is string in c language?
What is the difference between malloc calloc and realloc in c?
Explain main function in c?
What is size of union in c?
How can I implement sets or arrays of bits?
What do you mean by recursion in c?
I need previous papers of CSC.......plz help out by posting them.......
How to compare array with pointer in c?
how to construct a simulator keeping the logical boolean gates in c
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
Explain what’s a signal? Explain what do I use signals for?
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
Why clrscr is used in c?
What does *p++ do?