Computer Science, asked by sucharritaa24, 5 months ago

11. If we need to get inputs for string

including blank space, we have to use

_____ function.

a) get() b) scanf()

c) cout d) gets()

12. Which one of the following is not a user-

defined data type?

a) Class b) Array

c) Structure d) Union

13. An array is a _________ data type.

a) user-defined b) fundamental

c) primitive d) derived

14. ________ is not a string manipulation

function.

a) strrev() b) strcmp()

c) sizeof() d) strlen()​

Answers

Answered by n5428315
0

Answer:

Explanation:

(d) -32768 to 32767

Explanation: In a 16-bit C compiler, we have 2 bytes to store the value.

The range for signed integers is -32768 to 32767.

The range for unsigned integers is 0 to 65535.

The range for unsigned character is 0 to 255.

Similar questions