in Education by

What is the use of the indentation in c++?

a) r distinguishes between comments and inner data
b) distinguishes between comments and outer data
c) distinguishes between comments and code
d) r distinguishes between comments and outer data

1 Answer

0 votes
by

Answer: c
Explanation: To distinguish between different parts of the program like comments, codes, etc.

Related questions

0 votes
    Which keyword is used to define the macros in c++? a) #macro b) #define c) macro d) define...
asked Oct 19, 2022 in Education by JackTerrance
0 votes
    Which of the following is used to terminate the function declaration in C++? a) ; b) ] c) ) d) :...
asked Oct 19, 2022 in Education by JackTerrance
0 votes
    Which is more effective while calling the C++ functions? a) call by object b) call by pointer c) call by value d) call by reference...
asked Oct 19, 2022 in Education by JackTerrance
0 votes
    What will be the output of the following C++ code? #include using namespace std; int main () { int cin; cin ... fault b) Nothing is printed c) Error d) cin: garbage value...
asked Oct 19, 2022 by JackTerrance
0 votes
    What is the size of wchar_t in C++? a) Based on the number of bits in the system b) 2 or 4 c) 4 d) 2...
asked Oct 19, 2022 in Education by JackTerrance
0 votes
    Which of the following correctly declares an array in C++? a) array{10}; b) array array[10]; c) int array; d) int array[10];...
asked Oct 19, 2022 in Education by JackTerrance
0 votes
    YAML uses tabs for indentation, True or false? (i)True (ii)False...
asked Jan 25, 2023 in Technology by JackTerrance
0 votes
    Answer these : 1.What is indentation in Java? 2.Name three OOPS languages 3.Package to which the wrapper classes belong to. Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    YAML uses tabs for indentation. (1)False (2)True...
asked Jul 5, 2021 in Technology by JackTerrance
0 votes
    Threat hunters use __________. A. Automated tools B. Manual methods C. Both the options D. None of the options...
asked Feb 26, 2023 in Technology by JackTerrance
0 votes
    The code below copies data from one vector into another. If the vectors are large then I guess this ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 23, 2022 in Education by JackTerrance
0 votes
    The code below copies data from one vector into another. If the vectors are large then I guess this ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 21, 2022 in Education by JackTerrance
0 votes
    I'm relatively new to C++, and I'm hoping someone can help me resolve an issue I'm having with unique_ptr and vectors. ... ) { useLegs(); } void Biped::useLegs() { std::cout...
asked Apr 7, 2022 in Education by JackTerrance
0 votes
    Is there a side effect in doing this: C code: struct foo { int k; }; int ret_foo(const struct ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 13, 2022 in Education by JackTerrance
0 votes
    The SQL query to open an existing database EMPLOYEE. * a) OPEN DATABASE EMPLOYEE; b) OPEN EMPLOYEE; c) USE ... d) USE EMPLOYEE; Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
...