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

Answer Posted / anandi

Both #include<> and #include" " are similar used to include
the header files.....But we can use both #include<> and
#include" " for predefined header files...... At the same
time we can not use the #include<> for the user-defined
header files..... We should use #include" " for the user-
defined header files......

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is table lookup in c?

628


Why do we use int main instead of void main in c?

621


What are the different types of errors?

645


Write a code on reverse string and its complexity.

608


What are the 5 organizational structures?

569






What are structures and unions? State differencves between them.

616


What type is sizeof?

587


What is malloc() function?

638


Explain continue keyword in c

586


Explain how do you list a file’s date and time?

619


What is difference between main and void main?

630


What does do in c?

609


how can f be used for both float and double arguments in printf? Are not they different types?

608


Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

669


What is hashing in c language?

615