Which of the following is not a recommended way to improve the readability of your C# code?

Which of the following is not a recommended way to improve the readability of your C# code?


a. Use indentation to align related elements of code.
b. Use spaces to separate words, values, and operators.
c. Use all capital letters for variable names.
d. Use blank lines before and after groups of related statements.


Answer: c. Use all capital letters for variable names.


Learn More :