Question Detail

How we define our name for constants

  • #constant
  • #define
  • #define_constant
  • #constant_define
Similar Questions :

1. Dereference operator is also called as

  • pointer
  • Reference operator
  • Offset operator
  • Deoffset operator

2. All members of class have which access to its members

  • private
  • public
  • protected
  • depends

3. Which is not a correct variable type

  • float
  • int
  • double
  • real

4. 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

5. Inline functions are invoked at

  • Run time
  • Compile time
  • Debug time
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1