Thank you.
#include<iostream.h> void main() { int a=1,b=0; b=++a + ++a; cout<<a<<b; }
#include<iostream.h>
Leave a comment: