Programming Fundamental Assignment - write a program to print ASCII code, Assignments of Programming Languages

A C++ program that displays the ASCII code of alphabets (both small and capital letter), numbers (0-9), and some special symbols. The program uses the 'int' function to convert the characters into their corresponding ASCII codes and displays them using the 'cout' function. The program is useful for students learning C++ programming and ASCII codes.

Typology: Assignments

2022/2023

Available from 12/09/2022

razaroghani
razaroghani 🇵🇰

4.5

(4)

151 documents

1 / 4

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
PROGRAMING FUNDAMENTAL
Assignment No: 01
Question:
Write a C++ program that display ASCII code of Alphabets (Both Small and
capital letter), Number (0-9) and some special symbol
pf3
pf4

Partial preview of the text

Download Programming Fundamental Assignment - write a program to print ASCII code and more Assignments Programming Languages in PDF only on Docsity!

PROGRAMING FUNDAMENTAL

Assignment No: 01 Question: Write a C++ program that display ASCII code of Alphabets (Both Small and capital letter), Number (0-9) and some special symbol

PROGRAM CODING

OUTPUT OF THE PROGRAM: