The data type ________ is used in C to store a single character.
- char
- character
- double
- int
In C, the 'char' data type is used to store a single character. It can hold a single character, such as a letter or a symbol, within single quotes.
Loading...
Related Quiz
- In C, which operator has the highest precedence?
- In C, a pointer is a variable that stores the ________ of another variable.
- When defining a structure in C, which keyword is used?
- When a value is passed to a function by value, what is passed to the function?
- You are developing a program to manage the seating arrangement in a movie theater with rows and columns. How would you represent the seats using arrays?