In this video i have explained the Character sets & Features in C language.
****************************************************************
Every C program contains statements. These statements are constructed using words and these words are constructed using characters from C character set. C language character set contains the following set of characters...
Alphabets
Digits
*Special Symbols
-- Alphabets
C language supports all the alphabets from the English language. Lower and upper case letters together support 52 alphabets.
lower case letters - a to z
UPPER CASE LETTERS - A to Z
-- Digits
C language supports 10 digits which are used to construct numerical values in C language.
Digits - 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
-- Special Symbols
C language supports a rich set of special symbols that include symbols to perform mathematical operations, to check conditions, white spaces, backspaces, and other special symbols.
Special Symbols - ~ @ # $ % ^ & * _ - + = { } [ ] ; : ' " / ? . , \ | tab newline space NULL bell backspace vertical tab etc.,
Every character in C language has its equivalent ASCII (American Standard Code for Information Interchange) value.
***************************************************************************************************
:- Subscribe to our channel and hit the bell 🔔🔔🔔 icon to get video updates.
~-~~-~~~-~~-~
Please watch: "Physical Structure Of Database Management System | DBMS"
• Physical Structure Of Database Management ...
~-~~-~~~-~~-~
コメント