App Logo

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:

A terminal node in a binary tree is called :
Which of the following is used as a language for designing web pages ?
The 'break' statement in C is used to exit from :
Which of the following data structure is linear type?
What is an abstract class in OOP?