what is the difference between <stdio.h> and "stdio.h"
Answer Posted / bathakarai
The preprocessor <stdio.h> means that the directory is
predefined one.
but we specify "stdio.h" in their program that indicates
that the preprocessor is an userdefind one
| Is This Answer Correct ? | 26 Yes | 3 No |
Post New Answer View All Answers
Why c language is called c?
Where are the auto variables stored?
Write a C program to count the number of email on text
Is there any possibility to create customized header file with c programming language?
can anyone suggest some site name..where i can get some good data structure puzzles???
Is main a keyword in c?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What are the types of data types and explain?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What does 4d mean in c?
What are the advantages and disadvantages of pointers?
Can true be a variable name in c?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Explain output of printf("Hello World"-'A'+'B'); ?
Is it better to use malloc() or calloc()?