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

what is the different bitween abap and abap-hr?

1745


What is New modifiers?

674


how do you execute a c program in unix.

641


Explain what is the most efficient way to store flag values?

702


What is the correct code to have following output in c using nested for loop?

616






What is getche() function?

613


Why does everyone say not to use scanf? What should I use instead?

685


Why we use int main and void main?

542


What is the most efficient way to count the number of bits which are set in an integer?

595


what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555

2541


Why functions are used in c?

592


How do you define a function?

585


Write a program to print "hello world" without using a semicolon?

600


Is c a great language, or what?

608


Explain enumerated types.

604