logo

CuriousTab

CuriousTab

Technology problems


  • 1. What is function prototype in C++?
  • Also asked in: Software Architect

  • Discuss
  • 2. Define Structure in C++.?
  • Discuss
  • 3. What do you mean by reference variable in c++?
  • Also asked in: Software Architect

  • Discuss
  • 4. How many ways are there to initialize int with a constant?

  • Options
  • A. 1
  • B. 2
  • C. 3
  • D. 4
  • Also asked in: Software Architect

  • Discuss
  • 5. What is an explicit constructor?
  • Also asked in: Software Architect

  • Discuss
  • 6. How many ways of reusing are there in class hierarchy?

  • Options
  • A. 1
  • B. 2
  • C. 3
  • D. 4
  • Discuss
  • 7. What is meant by exception specification?

  • Options
  • A. A function is limited to throwing only a specified list of exceptions.
  • B. A catch can catch all types of exceptions.
  • C. A function can throw any type of exceptions.
  • D. none of the mentioned
  • Discuss
  • 8. Which operator is used in catch-all handler?

  • Options
  • A. ellipses operator
  • B. ternary operator
  • C. string operator
  • D. unary operator
  • Discuss
  • 9. To which type of class, We can apply RTTI?

  • Options
  • A. Encapsulation
  • B. Polymorphic
  • C. Derived
  • D. None of these
  • Discuss
  • 10. What do vectors represent?

  • Options
  • A. Static arrays
  • B. Dynamic arrays
  • C. Stack
  • D. Queue
  • Discuss

First 85 86 87 ... 112 .. 138 139 Last