Challenger App

No.1 PSC Learning App

1M+ Downloads
Which of the following is the correct declaration for an array ?

Aint m(5)

Bint [5]m

Cm[5] int

Dint m[5]

Answer:

D. int m[5]


Related Questions:

In _______, search start at the beginning of the list and check every element in the list.
In C language, a hexadecimal number is represented by writing :
What is the correct way to declare a variable in JavaScript ?
In object-oriented programming (OOP), which of the following concepts allows different classes to be treated as instances of the same superclass?
Runtime polymorphism is achieved by