Choose the correct option.
OPTIONS
What will happen if some indentations are made in some statements of a code written in C++?
Faster execution of the code
Lower memory requirement for the code
Correction of errors in the code
Better readability of the code
Answers
Answered by
11
Explanation:
What will happen if some indentation is made in some statement of a code written in C++? With a well-written pre-processor, absolutely nothing! The purpose of the pre-processor is to allow for: Importing the #include files and doing
substitutions as needed.
Answered by
0
Better readability of the code
Similar questions