basic c program
Write a C program to find remainder of two numbers.
TASK - Get two numbers X and Y from the user and print the remainder of x%y. Expected Output: In C programming we are facilitate…
TASK - Get two numbers X and Y from the user and print the remainder of x%y. Expected Output: In C programming we are facilitate…