Black-White Mubin | মুবিনের রাফখাতা
Life is like a box of chocolates, you never know what you're going to get..
Wednesday, October 5, 2016
C Tutorial 3- Add two numbers
#include<stdio.h>
main()
{
int a,b,sum;
a=2;
b=3;
sum=a+b;
printf("The sum of %d and %d is = %d \n\n\n",a,b,sum);
}
Output
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment