what is the difference between <stdio.h> and "stdio.h"
Answer Posted / vikesh
if angular brackets <> are used it indicates that the file
is to be found in one if the standard directories in the
system.
the quotes " " surrounding the file name indicates that an
alternative set of directive should be searched to find the
file in question
| Is This Answer Correct ? | 57 Yes | 12 No |
Post New Answer View All Answers
What is volatile, register definition in C
What is pointer in c?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Explain high-order bytes.
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
C language questions for civil engineering
Explain what is dynamic data structure?
How can I determine whether a machines byte order is big-endian or little-endian?
What are derived data types in c?
write a program to copy the string using switch case?
Can we add pointers together?
Why do we need volatile in c?
Write programs for String Reversal & Palindrome check
What are actual arguments?
What is keyword with example?