4
Answers

c language,general expression

Ask a question
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)