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 / singaravel

# work as a preprocessor when include is used for to connect
the header file to the complier, we want to write
#include"stdio.h" or <stdio.h> because c has no built-in
function to run the program.like wise we include "conio.h"
which is used for link the clrscr()and getch(),but it is not
so important because we can run the program without using
clrscr() and getch() from the header file "conio.h" but we
never run the program without using <stdio.h>

Is This Answer Correct ?    41 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is c easier than java?

995


What is #include stdio h?

1055


How to create struct variables?

1041


Write a program to print ASCII code for a given digit.

1033


What is call by reference in functions?

1314


How are Structure passing and returning implemented by the complier?

1100


What is an identifier?

976


why return type of main is not necessary in linux

2041


What does the characters “r” and “w” mean when writing programs that will make use of files?

1419


What is a shell structure examples?

1024


Who invented b language?

1334


Why pointers are used?

1020


Write a program to know whether the input number is an armstrong number.

1069


Which is the best website to learn c programming?

1024


What is the difference between declaring a variable and defining a variable?

1181