#include <stdio.h> int main() { int x,y,z; printf("Enter x,y values"); scanf("%d%d",&x,&y); z=x%y; printf("Modular Division is %d",z); return 0; }
Enter x,y values12 12 Division is 0 (Remainder output)
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a Java program to swap two variables
Write a Java program to check whether Java is installed on your computer or not
Write a java Program to check the given number is Palindrome or not
Write a Java program that accepts an integer (n) and computes the value of n+nn+nnn
Write a Java program to count the number of even and odd elements in a given array
Write a Python Program to Find HCF.
Write a Python Program to calculate your Body Mass Index.
Write a Python Program to Find the Factorial of a Number.
Write a python program to checking if a string is empty or not ?
Write a Python program sort a list in descending order
Java Quiz - 7
Java Quiz - 16
Java Quiz - 12
Java Quiz - 3
Java Quiz - 20