A question in Cours . Int a=3, int b=2, int b=a++, cout<<++b; . Whats The Ans Of This | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

A question in Cours . Int a=3, int b=2, int b=a++, cout<<++b; . Whats The Ans Of This

A

24th Jul 2017, 10:41 PM
SAfAr Ali
SAfAr Ali - avatar
3 Answers
+ 2
output is 4
24th Jul 2017, 11:09 PM
zen_iks
+ 1
Thanks
24th Jul 2017, 11:11 PM
SAfAr Ali
SAfAr Ali - avatar
0
What Is The Output Of This Following Code ?? Int a=3; Int b=2; b=a++; Cout<<++b;
24th Jul 2017, 10:45 PM
SAfAr Ali
SAfAr Ali - avatar