what is the difference between <stdio.h>and "stdio.h"?
Answer Posted / p srinivas rao
In the first case ie. <stdio.h>,the compiler will search
for the presence of the file named stdio.h in the include
directory as well as in the current directory.
Whereas in the second case("stdio.h"),compiler will search
only in the current directory.
Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
What is oops in simple words?
What are the 4 main oop principles?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Why is oop useful?
What is overriding vs overloading?
Can abstract class have normal methods?
What is coupling in oops?
Why is static class not inherited?
Is react oop?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
write a program to find 2^n+1 ?
I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
How is polymorphism achieved?
What exactly is polymorphism?