Home » C++ Programming » Data Types » Question
  1. Pick the right option
    Statement (i) A definition is also a declaration.
    Statement (ii) An identifier can be declared just once.
    1. Statement (ii) is true, Statement (i) is false
    2. Statement (i) is true, Statement (ii) is false
    3. Both are true
    4. Both are false
    5. None of these
Correct Option: A

An identifier can be declared many times must be defined just once.



Your comments will be displayed only after manual approval.