#include
void main()
{
clrscr();
int a=8,b=8,c;
c = a + b;
cout<< c;
getch();
}
what is the output of this programme?
Copyright 2009 Online. All rights reserved.
Blogger Templates created by Deluxe Templates
WordPress Themes designed by EZwpthemes
No comments:
Post a Comment