Question Detail

Meaning of PDB

  • Physical Database File
  • Program Database File
  • Program Direct File
  • None of above
Similar Questions :

1. What is abstract class

  • Whose objects cant be created
  • Whose objects can be created
  • Depends on class
  • None of above

2. expression x.y represents as

  • member x of object y
  • member y of object x
  • member y of object pointed by x
  • all of above

3. C++ programs must contain

  • start()
  • system()
  • main()
  • program()

4. Declaring pointer more than one can cause

  • Trap
  • abort a program
  • error
  • none of above

5. What is getline() in c++

  • getline() extract the delimeter newline character from the input stream
  • getline() does not extract the delimeter newline character from the input stream
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1