download Mastguru Android App

Question Detail

Meaning of PDB

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

1. Inline functions are invoked at

  • Run time
  • Compile time
  • Debug time
  • None of above

2. Can #define accept parameters

  • Yes
  • No

3. what is the size of int datatype for 32 bit system

  • 1 byte
  • 2 byte
  • 4 byte
  • 8 byte

4. Which is boolean operator for logical and

  • &
  • ||
  • &|
  • &&

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
Post a comment