Which is the correct way to declare a pointer to a variable x ( x is a float)?

A. float *x_ptr
B. float* x_ptr
C. float * x_ptr
D. all are correct.


D. all are correct.

Computer Science & Information Technology

You might also like to view...

sum = addTogether();

By looking at the previous statement, you can tell that addTogether() ______. A. definitely returns a value B. does not return a value C. takes arguments D. does not take arguments E. It is not possible to tell whether or not it returns a value. F. It is not possible to tell whether or not it takes arguments.

Computer Science & Information Technology

Typically, most information flows:

A) downward and horizontally. B) upward and vertically. C) Both A and B. D) Neither A nor B.

Computer Science & Information Technology

When an email message is received, you can either choose the Reply, Reply All, or ________ option

Fill in the blank(s) with correct word

Computer Science & Information Technology

In the Insert Hyperlink dialog box, the Text to display box contains the ScreenTip for the hyperlink

Indicate whether the statement is true or false

Computer Science & Information Technology