write a program to calculate the addition of number.

/* write a program to calculate the addition of  number.*/


#include<stdio.h>

#include<conio.h>😀

void main()

{                    int a,b,sum;

                       clrscr();

                       printf(" Enter a number \n =" );

                        scanf("%d%d",&a,&b);

                        sum=a+b;

                        printf("Addition of number are=%d",sum)

                        getch();

}

/* Output Screen :--


 Enter a number=             4

                                         6

Addition of number are= 10 */


                                                  


                                                           😀😟😏😘


No comments:

Post a Comment

This Blog helps you to learn basics to high level programming coding and practicals.
conceptual understanding

c program, Advance coding, c++ program, simple program, Advance language

online quiz Application project page MCA final year project

  Here we making a quiz application ppt presentation for college project so that our project idea will like to our professor and teacher  fi...