#include<iostream.h> #include<conio.h> int a=10; void main() { int a=5; clrscr();
cout<<::a++<<++a<<endl; for(int i=1;i<=3;i++) { cout<<a++<<::a+2;
getch(); }
}
Software/Hardware used:
turbo C++
ASKED:
March 14, 2010 6:27 PM
UPDATED:
July 6, 2010 9:28 PM
You should run the code and analyze the output to get the answer.
You are correct Nsn.
Usually, we don’t answer this kind of question here, as it is clearly a homework assignment, and giving the answer to the OP is not going to help him (her).