Finding ASCII Value of Character

# Introduction ASCII stands for American Standard Code for Information Interchange. It is a character encoding standard for electronic communication. Each character represented in ASCII has a unique numerical value, also known as ASCII code. In this lab, we will learn how to find the ASCII value of a character in C programming.

|60 : 00

Click the virtual machine below to start practicing