what is the difference between <stdio.h> and "stdio.h"
Answer Posted / cpmt
<stdio.h> searches in the current directory."stdio.h"
searches in the both source and current directory.
| Is This Answer Correct ? | 6 Yes | 10 No |
Post New Answer View All Answers
What is the argument of a function in c?
What are global variables and how do you declare them?
What does %c mean in c?
What are qualifiers and modifiers c?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What is the purpose of main( ) in c language?
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.....
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
Explain the ternary tree?
What is the difference between fread buffer() and fwrite buffer()?
What is the explanation for the dangling pointer in c?
can anyone please tell about the nested interrupts?
What is the use of a ‘ ’ character?
The statement, int(*x[]) () what does in indicate?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.