1.

What is the use of the indentation in c++?(a) distinguishes between comments and code(b) r distinguishes between comments and outer data(c) distinguishes between comments and outer data(d) r distinguishes between comments and inner dataThe question was asked in exam.This interesting question is from Comments and Indentation in portion Functions, Namespaces & Exceptions in C++ of C++

Answer»

The correct CHOICE is (a) distinguishes between comments and code

Easiest explanation - To distinguish between DIFFERENT parts of the program like comments, CODES, etc.



Discussion

No Comment Found

Related InterviewSolutions