#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 find Armstrong number
Write a java Program to print odd and even numbers from an array
Write a Java program to swap the first and last elements of an array and create a new array
Add all the digits of a given positive integer until the result has a single digit
Write a Program to remove duplicate element in an array
Write a Python Program to Check Leap Year.
Write a Python Program to calculate the natural logarithm of any number.
Write a Python Program to Print the Fibonacci sequence.
Write a python program startswith and Endswith Methods
Write a Python program to remove duplicates from a list
Java Quiz - 14
Java Quiz - 23
Java Quiz - 15
Java Quiz - 12
Java Quiz - 5