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

Answer Posted / sravankumar

The #include<> and #include" " are almost same, but #include<>
searches the included file in predefined default location(This predefined default location is often an INCLUDE environment variable that denotes the path to your include files)i.e searches the location where the predefined function are present in installed C language, whereas #include" " searches the included file in the current directory first , if not found then goes to the predefined default location.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is line in c preprocessor?

618


Is fortran still used today?

609


What is function prototype in c with example?

583


write a program in c language to print your bio-data on the screen by using functions.

6255


Which of these functions is safer to use : fgets(), gets()? Why?

637






What is a nested formula?

609


What is malloc return c?

603


Write a program with dynamically allocation of variable.

607


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

720


What are the advantages and disadvantages of a heap?

716


Write a C program to count the number of email on text

1422


What are header files in c programming?

660


What is && in c programming?

685


What is graph in c?

587


What is the difference between class and object in c?

588