Computer Science, asked by mariasania74, 6 months ago

declare a char variable ​

Answers

Answered by mayanksaha9125
3

Answer:

To declare a char variable in C++, we use the char keyword. This should be followed by the name of the variable. The variable can be initialized at the time of the declaration. The value of the variable should be enclosed within single quotes.

Answered by pk2489481
0

Answer:

To declare a char variable in C++, we use the char keyword. This should be followed by the name of the variable. The variable can be initialized at the time of the declaration. The value of the variable should be enclosed within single quotes.

Similar questions