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

Computer Science & Information Technology

You might also like to view...

Discuss variable length subnet masking.

What will be an ideal response?

Computer Science & Information Technology

It is better to use programmers for general testing because they are familiar with the architecture and code.

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

Computer Science & Information Technology