#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 Armstrong number between 1 to 1000
Write a Java Program to find largest number in an array
Write a java program to add two matrix
Write a Java program to convert a string to an integer
Write a Program to remove duplicate element in an array
Write a Python Program for cube sum of first n natural numbers?
Write a Python program to get n (non-negative integer) copies of the first 2 characters of a given string. Return n copies of the whole string if the length is less than 2.
Write a Python program that concatenates all elements in a list into a string and returns it.
Write a Python Program to Find HCF.
Write a python program to Find the index of the smallest number in the list
Java Quiz - 11
Java Quiz - 16
Java Quiz - 6
Java Quiz - 5
Java Quiz - 1