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


Please Help Members By Posting Answers For Below Questions

What type of loop is a for loop?

682


Why do we use polymorphism?

573


write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).

1636


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2029


String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?

1938






How do you define social class?

598


What is encapsulation with real life example?

568


What is multilevel inheritance explain with example?

623


why reinterpret cast is considered dangerous?

1898


what type of questions

1697


What is polymorphism and why is it important?

556


What is polymorphism in oops with example?

526


What is the real time example of inheritance?

637


What is the difference between static polymorphism and dynamic polymorphism?

579


What is coupling in oop?

592