Back-End Programming Exam  >  Back-End Programming Videos  >  C Programming for Beginners: From Zero to Hero (in Hindi)  >  Lecture 34 Storage classes in C language Part 2 of 2 Hindi

Lecture 34 Storage classes in C language Part 2 of 2 Hindi Video Lecture | C Programming for Beginners: From Zero to Hero (in Hindi) - Back-End Programming

FAQs on Lecture 34 Storage classes in C language Part 2 of 2 Hindi Video Lecture - C Programming for Beginners: From Zero to Hero (in Hindi) - Back-End Programming

1. कोन से storage class को इसमें विशेष रूप से बताया गया है?
उत्तर. इस लेक्चर में विशेष रूप से ऑटोमेटिक (automatic) storage class को बताया गया है।
2. ऑटोमेटिक (automatic) storage class क्या होता है?
उत्तर. ऑटोमेटिक (automatic) storage class का उपयोग वहाँ किया जाता है जहाँ एक वेरिएबल को ब्लॉक में डिफ़ॉल्ट रूप से डिक्लेयर किया जाता है। जब वेरिएबल ब्लॉक से बाहर निकलता है, तो उसकी मेमोरी स्थानांतरित हो जाती है और उसका मान खो जाता है।
3. ऑटोमेटिक (automatic) storage class के लिए कौन-से कीवर्ड का प्रयोग किया जाता है?
उत्तर. ऑटोमेटिक (automatic) storage class के लिए कीवर्ड "auto" का प्रयोग किया जाता है। यदि कोड में कोई कीवर्ड नहीं दिया जाता है, तो डिफ़ॉल्ट रूप से ऑटोमेटिक storage class लगाया जाता है।
4. ऑटोमेटिक (automatic) storage class के उपयोग के कुछ उदाहरण क्या हैं?
उत्तर. ऑटोमेटिक (automatic) storage class का उपयोग विभिन्न प्रोग्रामिंग स्थितियों में किया जाता है, जैसे फ़ंक्शन के भीतर वेरिएबल डिक्लेयर करने के लिए। उदाहरण के लिए, एक फ़ंक्शन के भीतर एक भीतरी फ़ंक्शन के लिए उपयोग किए जाने वाले वेरिएबल को ऑटोमेटिक storage class से डिक्लेयर किया जा सकता है।
5. ऑटोमेटिक (automatic) storage class की महत्त्वपूर्णता क्या है?
उत्तर. ऑटोमेटिक (automatic) storage class की महत्त्वपूर्णता यह है कि यह वेरिएबल को ब्लॉक में अपनी मेमोरी स्थानांतरित करने और उसकी मान को रीसेट करने का कार्य करता है। यह वेरिएबल को ब्लॉक के बाहर निकलते ही मिटा देता है, जिससे मेमोरी के व्यर्थ उपयोग को कम किया जा सकता है।
Related Searches

Important questions

,

past year papers

,

practice quizzes

,

MCQs

,

pdf

,

Viva Questions

,

Lecture 34 Storage classes in C language Part 2 of 2 Hindi Video Lecture | C Programming for Beginners: From Zero to Hero (in Hindi) - Back-End Programming

,

ppt

,

shortcuts and tricks

,

mock tests for examination

,

Semester Notes

,

Lecture 34 Storage classes in C language Part 2 of 2 Hindi Video Lecture | C Programming for Beginners: From Zero to Hero (in Hindi) - Back-End Programming

,

Free

,

video lectures

,

Summary

,

Extra Questions

,

Exam

,

study material

,

Sample Paper

,

Previous Year Questions with Solutions

,

Lecture 34 Storage classes in C language Part 2 of 2 Hindi Video Lecture | C Programming for Beginners: From Zero to Hero (in Hindi) - Back-End Programming

,

Objective type Questions

;