#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 check whether Java is installed on your computer or not
Write a Java program to print the even numbers from 1 to 20
Write a Java program to count the number of even and odd elements in a given array
Write a Java program to convert seconds to hour, minute and seconds
Write a Java program to compute the sum of the first 100 prime numbers
Write a Python program to check whether a character is an alphabet or not
Write a Python Program to find the factorial of a number using recursion
Write a Python Program to Check if a Number is Positive, Negative or Zero.
Write a Python Program To Find ASCII value of a character.
Write a Python Program to Display the multiplication Table.
Java Quiz - 5
Java Quiz - 18
Java Quiz - 15
Java Quiz - 23
Java Quiz - 16