Structure in C++ in Hindi – C++ में स्ट्रक्चर क्या है?

टॉपिक1 Structure क्या होता है?2 Structure को create कैसे करते हैं?3 Structure के members को कैसे access करते हैं?4 Structure pointer क्या होता है?5 structure का प्रयोग function argument के रूप में6 Limitations of Structure in C++ in Hindi – स्ट्रक्चर की कमियां Structure क्या होता है? C++ में, Structure एक user-defined data type है … Read more

Variable क्या है और इसके प्रकार – Variable in Hindi

टॉपिक1 Variable in Hindi (वेरिएबल क्या होता है?)2 Variable Declaration (वेरिएबल डिक्लेरेशन क्या है?)3 Variable Assignment क्या है?4 वेरिएबल के प्रकार (Types of Variable in Hindi)5 Global Variable और Local Variable में अंतर Variable in Hindi (वेरिएबल क्या होता है?) Variable एक Storage Area होता है जिसका प्रयोग डेटा को स्टोर करने के लिए किया … Read more

Data Types in C++ in Hindi – C++ में डाटा टाइप क्या हैं?

टॉपिक1 Data Types in C++ in Hindi2 Basic Data Types3 Derived Data Types in C++ in Hindi4 User-defined Data Types in C++ in Hindi Data Types in C++ in Hindi C++ में, एक डाटा टाइप variable के द्वारा store किये हुए data के type के बारें में बताता है. जैसे कि – integer, float, character … Read more

कंट्रोल स्टेटमेंट क्या है? – Control Statement (structure) in Hindi

प्रोग्रामिंग भाषा में, प्रोग्राम के execution के flow को नियंत्रित करने के लिए जो Statements या Structures प्रयोग किये जाते है उन्हें Control Statements या Control Structures कहते है। दूसरे शब्दों में कहें तो, “Control Statement ऐसे statements होते हैं जो program के flow (चलने के क्रम) को control करते हैं। यानी program में कौन-सा … Read more

डू वाइल लूप क्या है? – Do While Loop in Hindi

नमस्कार दोस्तों! आज हम इस पोस्ट में Do While Loop in Hindi (डू वाइल लूप क्या है?) के बारें में पढेंगे. इसे बहुत ही आसान भाषा में लिखा गया है. इसे आप पूरा पढ़िए, यह आपको आसानी से समझ में आ जायेगा. तो चलिए शुरू करते हैं:- टॉपिक1 Do While Loop in Hindi – डू वाइल लूप … Read more

While Loop क्या है? – What is While Loop in Hindi?

नमस्कार दोस्तों! आज हम इस पोस्ट में While Loop in Hindi (वाइल लूप क्या है?) के बारें में पढेंगे. इसे बहुत ही आसान भाषा में लिखा गया है. इसे आप पूरा पढ़िए, यह आपको आसानी से समझ में आ जायेगा. तो चलिए शुरू करते हैं:- टॉपिक1 While Loop in Hindi – वाइल लूप क्या है?2 While Loop … Read more

For Loop in Hindi – फॉर लूप क्या है?

नमस्कार दोस्तों! आज हम इस पोस्ट में For Loop in Hindi (फॉर लूप क्या है?) के बारें में पढेंगे. इसे बहुत ही आसान भाषा में लिखा गया है. इसे आप पूरा पढ़िए, यह आपको आसानी से समझ में आ जायेगा. तो चलिए शुरू करते हैं:- टॉपिक1 For Loop in Hindi – फॉर लूप क्या है?2 For Loop … Read more

Class और Structure में अंतर – Difference Between Class and Structure in Hindi

नमस्कार दोस्तों! आज हम इस पोस्ट में Difference between Class and Structure in Hindi (क्लास और स्ट्रक्चर में अंतर) के बारें में पढेंगे. इसे बहुत ही आसान भाषा में लिखा गया है. इसे आप पूरा पढ़िए, यह आपको आसानी से समझ में आ जायेगा. तो चलिए शुरू करते हैं:- Difference between Class and Structure in Hindi – … Read more

सी++ क्या है? – What is C++ in Hindi?

हेल्लो दोस्तों! आज हम इस पोस्ट में What is C++ in Hindi (सी++ क्या है?) के बारें में पढेंगे. इसे बहुत ही आसान भाषा में लिखा गया है. इसे आप पूरा पढ़िए, यह आपको आसानी से समझ में आ जायेगा. तो चलिए शुरू करते हैं:- टॉपिक1 C++ in Hindi – सी++ क्या है?2 C++ का सरल प्रोग्राम3 सी++ … Read more

malloc() and calloc() in Hindi – malloc और calloc क्या है? 

हेल्लो दोस्तों! आज हम इस पोस्ट में malloc() and calloc() in Hindi (malloc() और calloc() क्या है?) के बारें में पढेंगे. इसे बहुत ही आसान भाषा में लिखा गया है. इसे आप पूरा पढ़िए, यह आपको आसानी से समझ में आ जायेगा. तो चलिए शुरू करते हैं:- टॉपिक1 malloc() in Hindi – malloc() क्या है?2 malloc() का … Read more