- A. private
- B. public
- C. protected
- D. depends
Show Answer
Sub Topic: C++
Posted by: Atif
Show Answer
Sub Topic: C++
Posted by: Atif
- A. A class automatically called whenever a new object of this class is created
- B. A class automatically called whenever a new object of this class is destroyed
- C. A function automatically called whenever a new object of this class is created
- D. A function automatically called whenever a new object of this class is destroyed
Show Answer
Correct Answer: A function automatically called whenever a new object of this class is created
Sub Topic: C++
Posted by: Atif
Show Answer
Sub Topic: C++
Posted by: Atif
Show Answer
Sub Topic: C++
Posted by: Atif
Show Answer
Sub Topic: C++
Posted by: Atif
- A. Trap
- B. error
- C. abort a program
- D. none of above
Show Answer
Sub Topic: C++
Posted by: Atif
- A. float
- B. real
- C. double
- D. int
Show Answer
Sub Topic: C++
Posted by: Atif
Show Answer
Sub Topic: C++
Posted by: Atif
- A. In static memory allocation memory to be allocated in preknown
- B. In dynamic memory allocation memory to be allocated in preknown
- C. There is no differnece
Show Answer
Correct Answer: In static memory allocation memory to be allocated in preknown
Sub Topic: C++
Posted by: Atif