Char keyword is used to refer character data type.
Character data type allows a variable to store only one character.
char ch='a';
The storage size of character data type is 1(32-bit system). We can store only one character using character data type.
For example, 'A' can be stored using char datatype. You can't store more than one character using char data type.
My laptop
https://amzn.to/3HqpSB2
HP 150 Wired Keyboard and Mouse
https://amzn.to/3kEMYet
Computer glass
https://amzn.to/3jcVD7r
Laptop cleaning kit
https://amzn.to/3WF8I7a
C language Books:-
1) C PROGRAMMING ABSOLUTE BEGINNER
https://amzn.to/3HoEaSQ
2) The C Programming Language
https://amzn.to/3XxLVvk
3) C Programming 2e: A Modern Approach
https://amzn.to/3D6sDoM
4) Let Us C: https://amzn.to/3j04fOB
#clanguage #simple_c_coding #coding #datatypesinc