:cuss:first code segment: #include<iostream.h> #include<conio.h> main() { int a=1; clrscr(); int b=a+a++ +a++ +a++ ; cout<<b<<a;...
Separate names with a comma.