Make a C program that takes a floating point number from the user and prints the right most digit of the number as well as prints the right most digit of the integral part??
e.g
if the input is
34.145
the output should be
5
2
Author
Posts
Viewing 0 reply threads
The forum ‘C Programming’ is closed to new topics and replies.