MSK Technologies

Home
Practice Programs
Java Programs Python Programs Java Quiz
Pages
Python Java Material PLSQL Material
Search A Job

Write a C-program to print ASCII values of Numbers using do while loop?

  1. Home
  2. C Language Programs

Write a C-program to print ASCII values of Numbers using do while loop?

Write a C-program to print ASCII values of Numbers using do while loop


#include <stdio.h>
int main() {
    char ch='0';
    do
    {
         printf("\n %c = %d",ch,(int)ch);
         ch++;
    }while(ch<='9');
    return 0;
}

Output:


0 = 48
1 = 49
2 = 50
3 = 51
4 = 52
5 = 53
6 = 54
7 = 55
8 = 56
9 = 57




More Programs


95 . Write a C-program to print ASCII values of Numbers using do while loop



Apply For The Job

Apply For Job

Java Material

Python Material

PLSQL Material

.Net Material

Java Practice Programs

400 Java Programs

Java Practice 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

Python Practice Programs

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

Java Quiz - 19

Java Quiz - 3

Java Quiz - 23

Java Quiz - 21

Java Quiz - 4

Courses
Java Python PLSQL .Net ADO.Net About Us
Quick Links
Daily Use English Sentences Daily General Knowledge General Knowledge Latest Update Inventions and Inventors జనరల్ నాలెడ్జ్ General Knowledge Spoken English Spoken Hindi GK Hindi Telugu Facts Unknown Facts Psychology Facts Motivation Quotes విటమిన్ - సి,డి,ఇ,కె Android
Spiritual
రాధాకృష్ణ భగవద్గీత Motivation Quotes Slokas Talapatra Nidhi ఆధ్యాత్మిక భక్తి ప్రపంచం Sadhguru Sai Motivation Quotes గౌతమ బుద్ధుడు Bhagavad Gita Quotes
Newsletter

Dolor amet sit justo amet elitr clita ipsum elitr est.

© sateeshm, All Right Reserved. Designed By sateeshm
Home Help FQAs