Question Detail

Can #define accept parameters

  • Yes
  • No
Similar Questions :

1. \r is used for

  • carriage return
  • new line
  • end of the line
  • vertical tab

2. What is the meaning of base class in C++

  • Another class got inherit from this class
  • It inherit other class
  • It has a pointer variable
  • It is the first class declared

3. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments

  • True
  • False

4. Which is not C++ storage class

  • auto
  • register
  • static
  • iostream

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

  • 1 byte
  • 2 byte
  • 4 byte
  • 8 byte
Read more from - C++ Programming Questions Answers - Chapter 1