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 the difference between functions getch() and getche()?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What are unions in c?
What is the function of multilevel pointer in c?
What is the purpose of 'register' keyword?
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
regarding pointers concept
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
program for reversing a selected line word by word when multiple lines are given without using strrev
Are there constructors in c?
What is variable declaration and definition in c?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What is the use of c language in real life?
What is scope and lifetime of a variable in c?
What is the use of pragma in embedded c?