बिजनेस मार्केटिंग का लो कॉस्ट फंडा , अपने मोबाइल से ऑटो sms भेजकर मार्केटिंग करे विजिट करे http://autotextsms.com/ बिजनेस मार्केटिंग का लो कॉस्ट फंडा http://autotextsms.com/

Search This Blog

Translate

c program to Accept 4 digit number and calculate addition of first and last number, c program to Accept Four digit number and calculate addition of first and last numb

c program to Accept 4 digit number and calculate addition of first and last number,
c program to Accept Four digit number and calculate addition of first and last number

#include
#include
void main()
{
int no,rem,sum=0;
clrscr();
printf("Enter the 4 digit number=");
scanf("%d",&no);
rem=no%10;
sum=sum+rem;
no=no/1000;
sum=sum+no;
printf("\n\nThe addition is first and last digit is=%d",sum);
getch();
}

c program to Accept 4 digit number and calculate addition of first and last number,
c program to Accept Four digit number and calculate addition of first and last number

C Program example List