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 the value of b
if a=5;
b=++a + ++a

Answer Posted / guru1985

b=++a(6) + ++a(7)
b=6+7
=13

Is This Answer Correct ?    83 Yes 57 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is multidimensional arrays

1176


How can a number be converted to a string?

1396


How can I generate floating-point random numbers?

1204


Write a program to find factorial of a number using recursive function.

1182


How are 16- and 32-bit numbers stored?

1328


What is sizeof return in c?

1090


Lists the benefits of c programming language?

1207


What is I ++ in c programming?

1170


main() { printf("hello"); fork(); }

1251


What is the explanation for cyclic nature of data types in c?

1264


What type of function is main ()?

1091


Can a variable be both const and volatile?

1192


What is a pointer in c plus plus?

1387


Which driver is a pure java driver

1690


Explain what happens if you free a pointer twice?

1138