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

The C language terminator is
a.semicolon
b.colon
c.period
d.exclamation mark

Answer Posted / genifer

its semicolon.. and not explanation mark..

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1983


Are there namespaces in c?

1141


Array is an lvalue or not?

1140


What are static variables in c?

1092


what is diffrence between linear and binary search in array respect to operators?what kind of operator can be used in both seach methods?

1875


What is a pointer on a pointer in c programming language?

1154


how to solve "unable to open stdio.h and conio.h header files in windows 7 by using Dos-box software

3334


What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }

1192


Is null a keyword in c?

1202


In c programming language, how many parameters can be passed to a function ?

1126


Can we change the value of #define in c?

1002


What is meant by errors and debugging?

1118


Explain how can I convert a string to a number?

1112


Is multithreading possible in c?

1025


int i[2], j; int *pi;i[0] = 1; i[1] = 5; pi = i; j = *pi + 1 + *(pi + 1)Value of j after execution of the above statements will be a) 7 b) 6 c) 4 d) pointer

1046