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 C language Terminator?

Answer Posted / maskfriend

semicolon(;)

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

1783


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?

1260


What is difference between Structure and Unions?

1300


What's the difference between constant char *p and char * constant p?

1191


What is an identifier?

1083


Explain how can you restore a redirected standard stream?

1149


Can the sizeof operator be used to tell the size of an array passed to a function?

1171


what is the height of tree if leaf node is at level 3. please explain

2195


Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

1142


Where are the auto variables stored?

1203


What are pragmas and what are they good for?

1056


How are portions of a program disabled in demo versions?

1342


how many errors in c explain deply

2133


Can a pointer be volatile in c?

1038


How would you use the functions fseek(), freed(), fwrite() and ftell()?

1202