Computer Science, asked by emanoj, 4 months ago

EmpName =["Jai","Suraj","Kajal","Mamta","Neeraj"]

Which of the following command is used to update the Employee Name from

"Mamta" to "Sakshi".

(i) EmpName="sakshi" (ii) EmpName["Mamta"]="Sakshi"

(iii) EmpName[3]="Sakshi" (iv) EmpName[4]="Sakshi"​

Answers

Answered by atulkumargpt
2

Answer:

the right answer is (iii)

Explanation:

*************************

Similar questions