/* program without if statement */
#include<stdio.h>
#include<conio.h>
void main()
{
int a,c;
float b;
clrscr();
printf("Enter the value \n");
scanf("%f",&b);
a=c;
c=a%10;
printf("the right most digit is %d",c);
getch();
}
Copyright © 2026 eLLeNow.com All Rights Reserved.