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
In C programming, how do you insert quote characters (‘ and “) into the output screen?
Are pointers integers in c?
how to build a exercise findig min number of e heap with list imlemented?
How to establish connection with oracle database software from c language?
What does #pragma once mean?
Explain what is the benefit of using #define to declare a constant?
How will you divide two numbers in a MACRO?
What is the purpose of & in scanf?
Why do we use main function?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....
Which is better oop or procedural?
What is #define?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
Why is c called c?
What are comments and how do you insert it in a C program?