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...

write c program without semicolon

Answer Posted / priyanka mali

void main()
{
}

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the sizeof () a pointer?

1045


Wt are the Buses in C Language

3262


What is the use of typedef in c?

1079


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. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

3284


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

1229


What is scope rule of function in c?

1149


The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

3656


main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }

1202


How to delete a node from linked list w/o using collectons?

2820


In a header file whether functions are declared or defined?

1171


What is the difference between null pointer and wild pointer?

1245


What does a function declared as pascal do differently?

1218


How can I read and write comma-delimited text?

1123


What does the message "automatic aggregate intialization is an ansi feature" mean?

1241


What is the scope of global variable in c?

1033