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 polymorphism what are the different types of polymorphism?
What is property in oops?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What are different oops concepts?
What is object and class in oops?
#include
What is and I oop mean?
Can a varargs method be overloaded?
What does I oop mean?
Can we create object of abstract class?
when to use 'mutable' keyword and when to use 'const cast' in c++
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Which is not an object oriented programming language? What is polymorphism and types? hi all..i want to know oops concepts clearly can any1
explain??