file input output in feature image

File Input and Output in C in Hindi – C में File Handling की पूरी जानकारी

सोचिए, अगर आप एक ऐसा Program बना रहे हैं जिसमें आपको 100 Students का नाम Store करना है। क्या आप हर बार Program चलाने पर 100 नाम फिर से टाइप करेंगे? बिल्कुल नहीं! इस स्थिति में हम File I/O का Use करते हैं।

File Input and Output in C in Hindi – C में File Handling की पूरी जानकारी Read Post »

Dynamic memory allocation in feature image

Dynamic Memory Allocation in C in Hindi – पूरी जानकारी आसान भाषा में

आसान शब्दों में कहें तो, program के चलने के दौरान (runtime) जरूरत के हिसाब से जो memory allocate की जाती है, उसे dynamic memory allocation कहते हैं।

Dynamic Memory Allocation in C in Hindi – पूरी जानकारी आसान भाषा में Read Post »

union in c programming with example feature image

Union in C Programming with Example (पूरी जानकारी हिंदी में)

सरल शब्दों में कहें तो, Union एक User-Defined Data Type है, बिल्कुल Structure (struct) की तरह। इसका काम भी अलग-अलग Data Types को एक ग्रुप (समूह) में रखना है

Union in C Programming with Example (पूरी जानकारी हिंदी में) Read Post »

Scroll to Top