Arav was a popular maths trainer, he gave a 4 digit number to his students as an assignment .
#include <stdio.h>
int main()
{int num,daop;
scanf("%d",&num);
daop=num%10;
printf("%d",daop);
return 0;
}
Arav was a popular maths trainer, he gave a 4 digit number to his students as an assignment .
#include <stdio.h>
int main()
{int num,daop;
scanf("%d",&num);
daop=num%10;
printf("%d",daop);
return 0;
}
0 Comments
if you have any doubt, plz let me know