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 HEADER?

Answer Posted / tdurga

HEADER IS INCLUDE <STDIO.H>.

Is This Answer Correct ?    5 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1036


why return type of main is not necessary in linux

2043


What's the right way to use errno?

1087


Do string constants represent numerical values?

1323


#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }

1130


What is the best way to comment out a section of code that contains comments?

1263


Under what circumstances does a name clash occur?

1157


What is %lu in c?

1180


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

2395


Explain what are run-time errors?

1038


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

1145


How can I split up a string into whitespace-separated fields?

1005


Write a program to implement queue.

1066


Tell me what is null pointer in c?

1013


Can the curly brackets { } be used to enclose a single line of code?

1120