#include <stdio.h> int main() { char ch; for(ch='0';ch<='9';ch++) { printf("\n %c = %d",ch,(int)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 print N prime numbers and find sum and average
Write a Java program to print the sum, multiply, subtract, divide and remainder of two numbers
Write a java Program to Print given number in words
Write a Java program to display the system time
Write a Java program to compute the sum of the first 100 prime numbers
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 Find the index of the largest number in the list
How do you confirm if an object is iterable using code?
Write a Python program to test whether a passed letter is a vowel or not.
Write a Python program to count number of digits in an integer
Java Quiz - 20
Java Quiz - 13
Java Quiz - 7
Java Quiz - 21
Java Quiz - 2