Bhuvan InfoTech Android App

Download our Android App and browse Technical News, Projects, Computer Tricks more easily with lots of Interesting Features.

Tuesday, June 14, 2016

Sum of two Numbers | C program

/*    Sum of two Numbers    */
#include<stdio.h>
 int main()
 {
  int a;
  int b;
  int c;

  printf("Enter first Number : ");
   scanf("%i",&a);
  printf("Enter Second Number : ");
   scanf("%i",&b);
  c =a+b;
   printf("Total of your value =  %i",c);
  return 0;
 }
Bhuvan Arora

No comments:

Amazing Deal !