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 / bryan olson

The C language terminator is... C++

Faced with an ill-defined question, work with the
interviewer to re-state it precisely in the accepted
terminology of the field.

Is This Answer Correct ?    2 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

1410


Why are algorithms important in c program?

1174


Why n++ execute faster than n+1 ?

3146


Why static variable is used in c?

1085


What is structure pointer in c?

1091


Explain what are bus errors, memory faults, and core dumps?

1315


How can I read data from data files with particular formats?

1092


What is null pointer in c?

1044


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

1918


a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

1445


In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)

2173


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

2013


What is a header file?

1135


Does c have circular shift operators?

1298


Can we declare variable anywhere in c?

1034