परमाणु संख्या से आप क्या समझते हैं
Answers
Answered by
5
Given an integer k and a queue of integers, we need to reverse the order of the first k elements of the queue, leaving the other elements in the same relative order.
Only following standard operations are allowed on queue.
enqueue(x) : Add an item x to rear of queue
dequeue() : Remove an item from front of queue
size() : Returns number of elements in queue.
front() : Finds front item.
Answered by
1
Answer:
"रसायन विज्ञान एवं भौतिकी में सभी तत्वों का अलग-अलग परमाणु क्रमांक (atomic number) है जो एक तत्व को दूसरे तत्व से अलग करता है। किसी तत्व का परमाणु क्रमांक उसके तत्व के नाभिक में स्थित प्रोटॉनों की संख्या के बराबर होता है।"
Similar questions