McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Computer Science Engineering (CSE)
→
Object Oriented Programming (OOP)
→
In C++ there can be an array of four dim...
Q.
In C++ there can be an array of four dimensions.
A.
true
B.
false
Answer» A. true
1.4k
0
Do you find this helpful?
12
View all MCQs in
Object Oriented Programming (OOP)
Discussion
No comments yet
Login to comment
Related MCQs
The compiler will complain if you try to access array element 14 in a 10-element array.
When an array name is passed to a function, the function
There is nothing like a virtual constructor of a class.
Which of the following statements is correct for a static member function? 1. It can access only other static members of its class. It can be called using the class name, instead of objects
Can constructors be overloaded?
An abstract class can be instantiated.
Variables declared in the body of a particular member function are known as data members and can be used in all member functions of the class.
A member function can always access the data
A variable of type char can hold the value 301.
Which of the following can legitimately be passed to a function?