#include <stdio.h> int main() { int x,y,z; printf("Enter x,y values"); scanf("%d%d",&x,&y); z=x-y; printf("Subtraction is %d",z); return 0; }
Enter x,y values12 12 Subtraction is 0
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 that takes five numbers as input to calculate and print the average of the numbers
Write a java Program to print N prime numbers and find sum and average
Write a java program to find the index of the largest number in an array
Write a Java program to print the odd numbers from 1 to 20
Write a Python program to check whether a character is an alphabet or not
Write a Python Program to Print the Fibonacci sequence.
Write a python program to print Nsmallest numbers
Write a python program to convert uppercase strings and we want to convert them into lowercase strings and remove duplicates ?
Write a python program to Checking if a File Exists or Not ?
Java Quiz - 7
Java Quiz - 12
Java Quiz - 4
Java Quiz - 20
Java Quiz - 3