Q. Why does the name of local variables start with an underscore discouraged? (A) To identify the variable (B) It confuses the interpreter (C) It indicates a private variable of a class (D) None of these ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) It indicates a private variable of a class