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
Is c is a procedural language?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What are pragmas and what are they good for?
Explain what is the advantage of a random access file?
Explain bitwise shift operators?
What is main function in c?
Is c is a middle level language?
What is hashing in c language?
What's the right way to use errno?
What is the g value paradox?
Why functions are used in c?
Write a program to reverse a given number in c language?
Can two or more operators such as and be combined in a single line of program code?
Explain what are preprocessor directives?