An array x of 100 integers is declared as-03511
An array x of 100 integers is declared as
This multiple choice question (MCQ) is related to the book/course vu cs301 Data Structures. It can also be found in vu cs301 Final Term - Quiz No.21.
An array x of 100 integers is declared as
int x = [100];
int x[100];
integer array x = 100;
integer x [] = 100;