Which of the followings are valid user-defined identifiers? If it is invalid, justify. a) switch b) total_salary c) 50% d) exit flag e) value$sum
onsole a) switch - valid b) total_salary - valid c) 50% - invalid - because it starts with a number d) exit flag - invalid - because it has a space e) value$sum - invalid - because it has a special character