Friday, June 5, 2009

C++ Programme

#include
#include

void main()
{
clrscr();
int a=8,b=8,c;
c = a + b;
cout<< c;
getch();
}
what is the output of this programme?

No comments:

Post a Comment