#include <stdio.h> int main() { int x; printf("Enter x value"); scanf("%d",&x); printf("The pre decrement value is %d",--x); return 0; }
Enter x value 24 The pre decrement value is 23
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a java Program to print Armstrong number between 1 to 1000
Write a Java program to print the ascii value of a given character
Write a Java Program to Calculate electricity bill
Write a Java program to add two numbers without using any arithmetic operators
Write a java program to Find the index of the smallest number in an array
Write a Python program to convert kilometers to miles.
Write a python program to print most frequent letter in a string
Write a Python Program to find the factorial of a number using recursion
Write a python program to display list of numbers and we want to return all the numbers from the list that are divisible by 2 and remove duplicates at the same time.
Write a Python Program to Display the multiplication Table.
Java Quiz - 15
Java Quiz - 18
Java Quiz - 8
Java Quiz - 19
Java Quiz - 5