1.Write a c program to add two decimal numbers.
#include<stdio.h>
int main()
{
int a, b, sum ;
printf("Enter two numbers:\n");
scanf("%d%d", &a, &b);
sum = a + b;
printf("Sum of the numbers = %d\n", sum);
return 0;
}
About STUDY_HOME
Sora Blogging Tips is a blogger resources site is a provider of high quality blogger template with premium looking layout and robust design. The main mission of sora blogging tips is to provide the best quality blogger templates.
No comments:
Post a Comment