Solved

The Statement Double *Num;

Question 57

Multiple Choice

The statement double *num;


A) defines a variable of type double called num.
B) defines and initializes a pointer variable called num.
C) initializes a variable called *num.
D) defines a pointer variable called num.
E) None of the above

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions