Programming - C++ Language

You Are Here :: Home > C++ Language > Introduction - General Questions

 
13.

Global Variables can be access ?                        


A. Anywhere in the code except inside functions. After it's declaration. B. Anywhere in the code, even inside functions. After it's declaration.
C. Nowhere in the code D. None of the above




14.

Local Variables can be access ?                        


A. Code block enclosed in braces { }. B. Code block enclosed in bracket ().
C. Code block enclosed in square bracket []. D. None of the above




15.

What features make C++ so powerful?                        


A. Easy implementation B. Code reusability
C. Easy memory management D. All the above




16.

The goal of operator overloading is __________.                        


A. To help the user of a class B. To help the developer of a class
C. To help define friend function D. None of the above




17.

Which of the following is user defined data type?                        


A. Public B. Private
C. Class D. A & B Both




18.

The static member variable is initialized to?                        


A. 0 B. 1
C. 2 D. -1




« prev

1

2

3

4

5

6

7

8

9

next »

 
 



© 2013 freshersindia.in ® | Copyrights | Terms & Conditions
   Designed by Freshers India
Catch Us on