download Mastguru Android App

Question Detail

Can #define accept parameters

  • Yes
  • No
Similar Questions :

1. ios::ate is used for

  • Set the initial position at the start of the file
  • Set the last position at the end of the file
  • Set the initial position at the end of the file
  • Set the last position at the start of the file

2. Inline functions are invoked at

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

3. How we mark the end of c++ statement

  • ;
  • :
  • >>
  • <<

4. Which type of variables can be referred from anywhere in the c++ code

  • All variables
  • Local variables
  • Universal variables
  • Global variables

5. What is polymorphism

  • Ability to take more than one form
  • Ability to destroy destructor
  • Ability to create constructor
  • None of above
Read more from - C++ Programming Questions Answers - Chapter 1
Post a comment