Examveda
Examveda

In C, how do you declare an array of pointers to integers?

A. int* arr[];

B. arr int*[];

C. int arr*[];

D. int[]* arr;

Answer: Option A


This Question Belongs to C Program >> Pointer

Join The Discussion

Related Questions on Pointer