Sunday, 9 December 2012

sum

How to add to no
#include<stdio.h>
int main( )
{
int a,b,sum;
a=2;
b=5;
sum=0;
sum=a+b;
printf("sum is");
getch( );
}


No comments:

Post a Comment