write a program that input name, age, and address from the user and then output shown on screen

preview_player
Показать описание
Char is a C++ data type designed for the storage of letters. Char is an acronym for a character. It is an integral data type, meaning the value is stored as an integer. A char takes a memory size of 1 byte. It also stores a single character.
In C++, the char keyword is used to declare character type variables. A character variable can store only a single character
n C and C++, an integer (ASCII value) are stored in char variables rather than the character itself. For example, if we assign 'h' to a char variable, 104 is stored in the variable rather than the character itself. It's because of the ASCII value of 'h'
You have any question then ask me on Facebook
Facebook link:
Рекомендации по теме
Комментарии
Автор

Contact on this mail for any information

ethicalhackingperfect
Автор

sir! why we wrote the cout first instead of cin?

MahaZainab-ftxk
Автор

sir why are we writing only 25 and 30 after name and city?

MahaZainab-ftxk
welcome to shbcf.ru