Programming Service In Bangladesh
Thursday, May 19, 2016
ইনপুট ব্যবহার করে একটি প্রোগ্রাম
#include <stdio.h>
int main()
{
int a, b, sum;
scanf("%d %d", &a, &b); ///this is input function
sum = a + b;
printf("%d + %d = %d\n",a,b,sum);
return 0;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment