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 meaning When we write "#include" what is # and
what does include does there???

Answer Posted / karthikamburu

# is the main part of the 'c'program.it is used to define
the header file it means that it is used to declare that
header filesfor ex:"#include<stdio.h>".here it is used for
standarad for declaring printf and scanf()
functions.here "#" is the main part.
"#include<conio.h>"
it is used for clrscr() and getch()functions.here
also "#"is the main header file.actually it is preprocessor.

Is This Answer Correct ?    19 Yes 11 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I manipulate individual bits?

981


What is string function c?

965


What is array of pointers to string?

992


What is a string?

1047


In C language, a variable name cannot contain?

1217


Is swift based on c?

1050


What is the default value of local and global variables in c?

980


What do you understand by normalization of pointers?

998


What are dangling pointers in c?

1112


What is the ANSI C Standard?

1206


What is keyword in c?

957


Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.

2035


What is the use of void pointer and null pointer in c language?

1067


If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402

3844


Does c have enums?

1021