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 are enums in c?

665


What is void c?

571


write a program to print largest number of each row of a 2D array

1876


explain what are pointers?

623


What is logical error?

606






What are the storage classes in C?

630


Is javascript written in c?

586


Why & is used in c?

720


Define the scope of static variables.

608


code for find determinent of amatrix

1521


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1493


Explain how do you declare an array that will hold more than 64kb of data?

908


What are header files and explain what are its uses in c programming?

617


Write a program that accept anumber in words

1256


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

2805