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 / prasanna kumar s

semicolon(;)

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

1099


Can true be a variable name in c?

1088


What is variable in c example?

1131


What are multidimensional arrays?

1170


What is an lvalue in c?

1181


How can you access memory located at a certain address?

1162


If the size of int data type is two bytes, what is the range of signed int data type?

1070


What are the differences between Structures and Arrays?

1272


explain what is a newline escape sequence?

1136


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

1115


Tell me when is a void pointer used?

1239


Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me

1992


Tell me when would you use a pointer to a function?

1121


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

1323


How can I pad a string to a known length?

1082