What are the advantage of pointer over array?

Post a Comment
Friends आप सभी का welcome है मेरे blog पर आज हम बात करने वाले हैं array और pointers के बारे में दोस्तों इस post में बताने वाला हूं कि अगर array की जगह में pointer का use किया जाए तो इसके क्या क्या advantage है तो चलिए शुरू करते हैं
Array के स्थान पर pointer को use करने के बहुत से फायदे हैं जिनमें से कुछ है:-
How to use pointer over array

  1. Array के द्वारा memory को access करने की तुलना में memory को pointer से access करना अधिक usefull तथा आसान होता है।
  2. किसी loop operation को array से index करने की अपेक्षा pointer से करना अधिक suitable होता है तथा fast होती है।
  3. Loop में किसी array elements को access करने के लिए एक counter की आवश्यकता होती है जबकि pointer का उपयोग करने पर किसी भी counter की आवश्यकता नहीं होती तथा कार्य fast होता है।
  4. किसी array तथा string को function में सीधे pass नहीं किया जा सकता उसे pass करने के लिए pointer का उपयोग किया जाता है।
  5. Pointer का उपयोग Dynamic array बनाने के लिए भी करते हैं तथा इसकी size program के runtime में fix किया जा सकता है।
  6. Pointer का उपयोग करके array की तरह अन्य data structure बनाया जा सकता है।
 इससे पहले हमने function के advantage के बारेेे मेंं बताया था।

अगर आप चाहते हैं मैं pointer kya hai पर भी एक पोस्ट लिखूं तो मुझे कमेंट करके बताये। 

Other topic
Khilawan
Hi I am Khilawan founder of this blog and i live in a small Village and i am started blogging in 2017 last month and the date is 6/12/2017 and learning today..

Related Posts

Post a Comment

Subscribe Our Newsletter