Q. Which of the following is a valid identifier? (A) 2value (B) _value (C) int (D) #value ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) _value Explanation: Identifiers can't start with a number or symbol; _value is valid.