C program addition two numbers - LearnHowToCode SarkariResult.com Interview Questions and Answers LearnHowToCodeOnline
C program addition two numbers

C program addition two numbers

Addition the two number in c language

#include <stdio.h>
#include<conio.h>

void
main ()
{

// variable
  int a, b, sum;

  printf ("please enter first num=");
// there is taken input by user
  scanf ("%d", &a);
  printf ("please enter second num=");
  scanf ("%d", &b);
// there will be print  your output
  printf ("%d", sum = a + b);



}

About EasyToCode

I'm Ethan Mariano a software engineer by profession and reader/writter by passion.I have good understanding and knowledge of AngularJS, Database, javascript, web development, digital marketing and exploring other technologies related to Software development.

0 comments:

Featured post

Political Full Forms List

Acronym Full Form MLA Member of Legislative Assembly RSS Really Simple Syndication, Rashtriya Swayamsevak Sangh UNESCO United Nations E...

Powered by Blogger.