1.

Write a C++ statement to declare an array, using character pointer variable, which can store names of 60 students in a class.

Answer»

char*name[60];



Discussion

No Comment Found