Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.

1155


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

4012


difference between native and cross compilers

2170


Explain zero based addressing.

1095


The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?

1322


What is far pointer in c?

1387


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

1116


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

1278


Explain how do you generate random numbers in c?

1128


What is extern variable in c with example?

1054


Where static variables are stored in memory in c?

1050


What is the difference between mpi and openmp?

1354


Why c is known as a mother language?

1129


What do you understand by friend-functions? How are they used?

1250


Explain what are global variables and explain how do you declare them?

1231