Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

5. In the statement q = *ptr_m; Which statement below is the most accurate? A. The address of the pointer ptr_m is being assigned to

5. In the statement q = *ptr_m;

Which statement below is the most accurate?

A. The address of the pointer ptr_m is being assigned to the variable q.

B. The value of the pointer ptr_m is being assigned to the variable q.

C. The value of the variable ptr_m is pointing to is being assigned to the variable q.

D. The variable q must also be a pointer.

10. How many bytes of memory are reserved for a double pointer variable?

A. The same number of bytes as is reserved for a double variable.

B. The number of bytes reserved is the number that are reserved for any hex address.

C. It is impossible to know this answer.

D. Two bytes.

12. How much memory is reserved for the following variables

in MS Visual C++?

int k;

int *k_ptr;

float q, *q_ptr;

A. 10

B. 13

C. 16

D. 18

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Pro SQL Server Wait Statistics

Authors: Enrico Van De Laar

1st Edition

1484211391, 9781484211397

More Books

Students also viewed these Databases questions

Question

Define span of management or define span of control ?

Answered: 1 week ago

Question

What is meant by formal organisation ?

Answered: 1 week ago

Question

What is meant by staff authority ?

Answered: 1 week ago

Question

Discuss the various types of policies ?

Answered: 1 week ago

Question

In an Excel Pivot Table, how is a Fact/Measure Column repeated?

Answered: 1 week ago