Sequential and random file access in hindi
Stream of binary code design vector

Sequential and random file access in hindi

Sequential and random file access in hindi सी प्रोग्रामिंग में फ़ाइल हैंडलिंग ऑपरेशन में किसी भी फाइल एक्सेस को दो प्रकार में विभाजित किया जा सकता है. जिसमे सिक्वेंशल फाइल एक्सेस और रैंडम फाइल एक्सेस मेथड्स है। तो चलिए निचे फाइल प्रोग्राम एक्साम्प्ल में फाइल हैंडलिंग में दोनों सिक्वेंशल एक्सेस और रैंडम फाइल एक्सेस मेथड्स…

Comments Off on Sequential and random file access in hindi

File operations (opening, closing, reading, writing) in hindi

File operations (opening, closing, reading, writing) in hindi C प्रोग्रामिंग में फ़ाइल हैंडलिंग सी प्रोग्राम में विभिन्न फाइल ऑपरेशन टास्क के लिए उपयोग किए जाते है. फाइल ऑपरेशन से आप सी प्रोग्राम में फाइल को ओपन, क्लोज़, रीड, राइट, आदि फाइल ऑपरेशन टास्क परफॉर्म कर सकते है. जहा आप फाइल ऑपरेशन सी प्रोग्राम स्टैंडर्ड इनपुट/आउटपुट…

Comments Off on File operations (opening, closing, reading, writing) in hindi

Union in c language

Union in c Union is a user defined data type member in C programming. Which specifically stores different data types program variables elements in the same memory storage location. In union C structure where each structure member has its own individual memory storage location. All variable members of the same union data type use the…

Comments Off on Union in c language

Union in c hindi

Union in c hindi यूनियन C प्रोग्रामिंग में एक यूजर डिफाइन डेटा टाइप मेंबर है. जो विशेष तोर पर एक ही मेमोरी स्टोरेज लोकेशन में विभिन्न डेटा टाइप्स प्रोग्राम वेरिएबल्स एलिमेंट्स को स्टोर करती है। यूनियन में सी स्ट्रक्चर जहाँ प्रत्येक स्ट्रक्चर मेंबर्स का अपना इंडिविजुअल मेमोरी स्टोरेज लोकेशन होता है. वही यूनियन डाटा टाइप…

Comments Off on Union in c hindi

Structure pointers

Structure pointers Using pointer operators for structure data type members allows you to efficiently manipulate structure data type members within the declared structure and to access structure members from memory address locations, especially when dynamic memory allocation is needed for a structure or passing a function to a structure. So let's use structure to pointer…

Comments Off on Structure pointers

Nested structures in c

Nested structures in c Nested Structure In C programming, when we declare another sub-structure in a structure. Those which are declared as another structure member inside a structure. They are called nested structure data type. Whenever you define new other types of structure members as data type inside another structure. Nested structures help you to…

Comments Off on Nested structures in c

Accessing structure members

Accessing structure members If you want to access the structure members individually in the C program, then you can use the dot (.) operator in the structure to work directly with the declared structure variable. Similarly, when you use pointers in the structure, you call the structure members using the arrow (->) operator. So let's…

Comments Off on Accessing structure members

Structure pointers in hindi

Structure pointers in hindi स्ट्रक्चर डाटा टाइप मेंबर्स के लिए पॉइंटर्स ऑपरेटर का उपयोग आपको डिक्लेअर स्ट्रक्चर के अंदर स्ट्रक्चर डेटा टाइप मेंबर्स को कुशलतापूर्वक हेरफेर करने और स्ट्रक्चर मेंबर को मेमोरी एड्रेस लोकेशन से एक्सेस करने की सुविधा प्रदान करते हैं. स्पेशल्ली जब स्ट्रक्चर में डायनेमिक मेमोरी अलॉटमेंट या फ़ंक्शन को स्ट्रक्चर में पास…

Comments Off on Structure pointers in hindi

Nested structures c In hindi

Nested structures c In hindi नेस्टेड स्ट्रक्चर C प्रोग्रामिंग में जब किसी स्ट्रक्चर में एक अन्य सब स्ट्रक्चर को डिक्लेअर करते हैं. जो किसी स्ट्रक्चर के अंदर एक अन्य स्ट्रक्चर मेंबर की तरह डिक्लेअर होते है. उन्हें नेस्टेड स्ट्रक्चर डाटा टाइप कहा जाता है. जब कभी आपको किसी अन्य स्ट्रक्चर के अंदर नए अन्य प्रकार…

Comments Off on Nested structures c In hindi

Accessing structure members in c Hindi

Accessing structure members in c Hindi यदि आप सी प्रोग्राम में डिक्लेअर स्ट्रक्चर मेंबर्स को इंडिविजुअल एक्सेस करना चाहते है. तो आपको डिक्लेअर स्ट्रक्चर मेंबर तक पहुँचने के लिए डिक्लेअर स्ट्रक्चर वेरिएबल के साथ सीधे काम करने के लिए स्ट्रक्चर में डॉट (.) ऑपरेटर का उपयोग कर सकते है. इसी तरह आप स्ट्रक्चर में पॉइंटर्स…

Comments Off on Accessing structure members in c Hindi

Structure Declaration and definition

Structure Declaration and definition Use of Structure Data Type (Structure) Members In C Programming, different types of program data type variables are grouped together and processed under a single structure member name. Structures in C language provide you the features to create and process complex data type programs. Remember that any C program structure can…

Comments Off on Structure Declaration and definition

Structure Declaration and definition in hindi

Structure Declaration and definition in hindi स्ट्रक्चर डाटा टाइप (स्ट्रक्चर) मेंबर का उपयोग C प्रोग्रामिंग में विभिन्न प्रकार के प्रोग्राम डेटा टाइप वेरिएबल को एक ही स्ट्रक्चर मेंबर नाम के अंतर्गत एक ग्रुप में समूहीकृत कर प्रोसेस किया जाता है। सी लैंग्वेज में स्ट्रक्टरर आपको जटिल डेटा टाइप प्रोग्राम को बनाने और उन्हें प्रोसेसिंग फीचर्स…

Comments Off on Structure Declaration and definition in hindi