How much memory is reserved for the following variables in MS Visual C++?

int s,
int *s_ptr;
float q, *q_ptr;

A. 10
B. 13
C. 16
D. 18


C. 16

Computer Science & Information Technology

You might also like to view...

Which of the following is a true statement?

a) Arrays are passed as parameters to methods like primitive types. b) Arrays are passed as parameters to methods like object types. c) Arrays cannot be passed as parameters to methods. d) All of the above are true. e) None of the above are true.

Computer Science & Information Technology

Which of the following is not true about a workbook that is Marked as Final?

A) The file is marked as shared B) The file is not shared C) Marked as Final icon appears in the status bar D) The file is read-only

Computer Science & Information Technology

The array_diff() function returns an array of elements that exist in one array but not in any other arrays to which it is compared.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

You can collapse the layer group by clicking Item 2 in the figure above.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology