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
Why void is used in c?
What is keyword with example?
What happens if a header file is included twice?
What is else if ladder?
What is the purpose of macro in C language?
Difference between Shallow copy and Deep copy?
What is null in c?
What is class and object in c?
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
What is operator promotion?
What does typedef struct mean?
Why is c known as a mother language?
What are the different data types in C?
What do you mean by a sequential access file?
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(