what is the difference between #include<> and #include”…”?

Answer Posted / kush joshi

#include<>, include the predefined header files, but
#include"...." include the userdefined header files in c
program. in this within "...." we mention the path where
the users header file is stored.

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why we use conio h in c?

582


Differentiate between functions getch() and getche().

620


Why is event driven programming or procedural programming, better within specific scenario?

1951


What do you mean by recursion in c?

626


What are qualifiers and modifiers c?

549






How can I find the modification date and time of a file?

602


Can you return null in c?

595


Explain what is the difference between #include and #include 'file' ?

585


What is the acronym for ansi?

631


Why main function is special give two reasons?

945


What is the use of #include in c?

574


What does the message "automatic aggregate intialization is an ansi feature" mean?

694


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

1762


What is the right type to use for boolean values in c? Is there a standard type?

564


What is const volatile variable in c?

577