Tell us the difference between these two :
#include"stdio.h"
#include<stdio.h>
define in detial.
Answer Posted / arif
"stdio.h" linker search the header file in the current directory
<stdio.h> linker search the header file in all the directories
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
How can I find out if there are characters available for reading?
What is a function in c?
Explain that why C is procedural?
What is main () in c?
What are the parts of c program?
What is the use of header?
What is the significance of c program algorithms?
What are inbuilt functions in c?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
Explain what are reserved words?
When is a null pointer used?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is bubble sort in c?
What is the meaning of c in c language?
what do the 'c' and 'v' in argc and argv stand for?