#include <stdio.h> int main() { char ch='0'; do { printf("\n %c = %d",ch,(int)ch); ch++; }while(ch<='9'); 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 largest and second largest in an array
Write a Java program to compute the square root of an given integer
Write a Java program that accepts an integer (n) and computes the value of n+nn+nnn
Write a java program to add two matrix
Write a Java program and compute the sum of the digits of an integer
Write a python program to access news using python
Write a Python program to count number of vowels in the given string
Write a Python program to get the volume of a sphere with radius six.
Write a Python program to check whether a character is an alphabet or not
Write a Python program that accepts a sequence of comma-separated numbers from the user and generates a list and a tuple of those numbers.
Java Quiz - 19
Java Quiz - 3
Java Quiz - 23
Java Quiz - 21
Java Quiz - 4