what is the difference between <stdio.h> and "stdio.h"
Answer Posted / subrata kumer paul.
<stdio.h> searches in standard C library locations, whereas
"stdio.h" searches in the current directory as well.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a pointer variable in c language?
What is the basic structure of c?
What is the difference between if else and switchstatement
what is the differnce between programing langauge and tool? is sas is a programing langauge r tool?
What is %s and %d in c?
What is the difference between strcpy() and memcpy() function in c programming?
What is abstract data structure in c?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
What is the function of this pointer?
What are shell structures used for?
What is string constants?
What is anagram in c?
what is the difference between class and unio?
what is the difference between 123 and 0123 in c?
Explain what is the use of a semicolon (;) at the end of every program statement?