what is the difference between <stdio.h>and "stdio.h"?
Answer Posted / ramakrishna yechuri
In the first case ie. <stdio.h>,the compiler will search
for the presence of the file named stdio.h in the
current directory.
Whereas in the second case("stdio.h"),compiler will search
in all the directories.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How is class defined?
Can bst contain duplicates?
What is the oops and benefits of oops programming?
Write a program to reverse a string using recursive function?
How many human genes are polymorphic?
write knight tour problem which is present in datastructure
What is oops concept with example?
Why polymorphism is used in oops?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is polymorphism explain its types?
Where You Can Use Interface in your Project
write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.
How oops is better than procedural?
Why interface is used?
What is abstract class in oop?