#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 print N prime numbers and find sum and average
Write a Java program to convert a binary number to decimal number
Write a Java program to convert a string to an integer
Write a Program to remove duplicate element in an array
Write a Java program to compute the square root of an given integer
Write a Python Program to Check Leap Year.
Write a python program startswith and Endswith Methods
Write a Python program to count number of vowels in the given string
Write a program to print swapping variables
Write a Python program to find out what version of Python you are using.
Java Quiz - 20
Java Quiz - 9
Java Quiz - 2
Java Quiz - 23
Java Quiz - 12