4
Answers

c language,general expression

Photo of Vishal Chaturvedi

Vishal Chaturvedi

11y
1.3k
1
if we execute this expression in turbo c,using c language
a=7 
 b=(++a)*(++a) 
 the output will come is 81,that is wrong it must be 72,why ?????????

Answers (4)