Report Bug
Qus : How can you add a new element to the end of an array?
Qusआप किसी सरणी के अंत में एक नया तत्व कैसे जोड़ सकते हैं?

A. push()
B. pop()
C. shift()
D. unshift()


Solution
A. push()






Report Bug