Program tp find difference between first and digits of a a number in c
Answers
Answered by
3
Answer:
#include <stdio.h>
main()
{
int num, last ;
printf("Enter any number : ");
scanf("%d", &num);
last = num%10;
printf("The last digit of entered number: %d\n", last);
Answered by
1
Answer:
#followme
#markasbrainlist
...
Similar questions
Business Studies,
6 months ago
English,
6 months ago
Business Studies,
6 months ago
Business Studies,
11 months ago
Political Science,
11 months ago