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

Answer Posted / hrpynux@gmail.com

For #include "" a compiler normally searches the folder of the file which contains that include and then the other folders. For #include <> the compiler does not search the current file's folder.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is meant by type casting?

618


How will you delete a node in DLL?

673


What is indirection in c?

614


What is printf () in c?

574


What is a stream in c programming?

582






What does 3 periods mean in texting?

587


What is getch c?

843


How can I generate floating-point random numbers?

596


Explain how can I remove the trailing spaces from a string?

621


What is difference between union All statement and Union?

621


Is linux written in c?

594


What is New modifiers?

657


What is structure packing in c?

596


What 'lex' does?

710


What is the difference between variable declaration and variable definition in c?

553