What is the size in bits of an int?

a. 8
b. 16
c. 32
d. 64

c. 32

Computer Science & Information Technology

You might also like to view...

What chart type can display two different chart types at the same time?

A) Multiple B) Mixed C) Combo D) Combination

Computer Science & Information Technology

strtok does not:

a. Replace each delimiting character with '\0'- b. Return a pointer to the token it creates. c. Completely tokenize the string the first time it is called. d. Modify the input string.

Computer Science & Information Technology