Computer Science for IGCSE & O level - Programming (Section 4 - No. 8)

Which of the following is a characteristic of a good programming practice?
Using meaningless variable names
Declaring variables but not assigning any data type
Giving descriptive names to variables
Writing long and complex code

Explanation

Giving variables descriptive names improves readability and maintainability.

Comments (0)

Advertisement