#include <stdio.h> int main() { char ch='0'; while(ch<='9') { printf("\n %c = %d",ch,(int)ch); ch++; } return 0; }
0 = 48 1 = 49 2 = 50 3 = 51 4 = 52 5 = 53 6 = 54 7 = 55 8 = 56 9 = 57
Apply For Job
Java Material
Python Material
PLSQL Material
.Net Material
Java Practice Programs
400 Java Programs
Write a java Program to check the given number is Palindrome or not
Write a Java program to check whether Java is installed on your computer or not
Write a Program to remove duplicate element in an array
Write a Java Program to Find the sum of the digits of a number
Write a Java Program to Check if a Number is Positive, Negative or Zero.
Write a python program to adding a thousand separator
Write a python program to merge nested lists ?
Write a Python program to display the first and last colors from the following list.
Write a Python program that checks whether a specified value is contained within a group of values.
Write a Python Program to Find Factorial of Number Using Recursion.
Java Quiz - 8
Java Quiz - 23
Java Quiz - 3
Java Quiz - 6
Java Quiz - 21