1. 

A short integer is at least 16 bits wide and a long integer is at least 32 bits wide.

A. True
B. False

2. 

If scanf() is used to store a value in a char variable then along with the value a carriage return(\r) also gets stored it.

A. True
B. False

3. 

The modulus operator cannot be used with a long double.

A. True
B. False

4. 

A char variable can store either an ASCII character or a Unicode character.

A. True
B. False