Examveda

What will be the declaration of the variable ptr as the pointer to array of 6 floats?

A. float *ptr[6]

B. float [6]*ptr

C. float(*ptr)[6]

D. float(*ptr)(6).

Answer: Option C


This Question Belongs to C Sharp Programming >> Miscellaneous In C Sharp

Join The Discussion

Related Questions on Miscellaneous in C Sharp