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 a to z using while loop?

  1. Home
  2. C Language Programs

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

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


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

Output:


a = 97
b = 98
c = 99
d = 100
e = 101
f = 102
g = 103
h = 104
i = 105
j = 106
k = 107
l = 108
m = 109
n = 110
o = 111
p = 112
q = 113
r = 114
s = 115
t = 116
u = 117
v = 118
w = 119
x = 120
y = 121
z = 122




More Programs


74 . Write a C-program to print ASCII values of a to z using while loop
75 . Write a C-program to print ASCII values of A to Z using while loop
76 . Write a C-program to print ASCII values of Numbers using while loop
77 . Write a C-program to print 1 to 10 values using do while loop
78 . Write a C-program to print 10 to 1 values using do while loop
79 . Write a C-program to print 1 to n values using do while loop
80 . Write a C-program to print even numbers using do while loop
81 . Write a C-program to print even number or odd number based on the n value using do while loop
82 . Write a C-program to print even number or odd number based on the n value using single do while loop
83 . Write a C-program to count the number of divisible numbers in a given range(1-100) using do while loop
84 . Write a C-program to print factorial number 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 the area of a triangle.

Write a Java program to convert a binary number to decimal number

Write a Java program to display the system time

Write a Java program to compute the square root of an given integer

Write a Java program to print ‘Hello World!’ on screen

Python Practice Programs

Write a Python program that concatenates all elements in a list into a string and returns it.

Write a Python program to find the area of a triangle.

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.

Write a Python Program to check armstrong number of n digits

Write a Python program to convert Celsius to Fahrenheit.

Java Quiz

Java Quiz - 16

Java Quiz - 2

Java Quiz - 6

Java Quiz - 17

Java Quiz - 18

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