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 / pravesh

a=5
b=++a(6) + ++a(7)
b=13+1 when last addition is performed.
so, b=14

Is This Answer Correct ?    1 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do we declare variables in c?

1123


Array is an lvalue or not?

1199


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

2409


develop algorithms to add polynomials (i) in one variable

2243


Explain what is gets() function?

1123


What is an array in c?

1103


write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays

2293


what do you mean by enumeration constant?

1067


Why doesnt this code work?

1131


What is the explanation for the dangling pointer in c?

1182


What do you know about the use of bit field?

1105


Explain union.

1238


What does %c mean in c?

1144


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

2026


can any one provide me the notes of data structure for ignou cs-62 paper

2238