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 break statement?
What is the difference between near, far and huge pointers?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What is substring in c?
How to declare pointer variables?
Write a program to swap two numbers without using third variable?
How to Throw some light on the splay trees?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
What are the rules for identifiers in c?
What is scope of variable in c?
Explain the concept and use of type void.
Is calloc better than malloc?
Why is struct padding needed?
Are the variables argc and argv are always local to main?
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference