C++ Language MCQ in Hindi – multiple choice question

मैंने यहाँ पर कुछ महत्वपूर्ण c++ language mcq in Hindi दिए है जो कि प्रतियोगी परीक्षाओं में बहुत उपयोगी साबित हो सकते हैं तो चलिए पढ़ते है. C++ Language MCQ in hindi (सी प्लस प्लस लैंग्वेज बहुविकल्पीय प्रश्न) Q1. निम्नलिखित प्रकार के class में से केवल एक ऑब्जेक्ट को बनाया जा सकता है, virtual class abstract class singleton class … Read more

variable क्या है? हिंदी में.

What is variable in hindi (वेरिएबल क्या होता है?):- वेरिएबल एक स्टोरेज एरिया होता है जिसका प्रयोग डेटा को स्टोर करने के लिए किया जाता है. variable डेटा को contain किये रहता है जिसे प्रोग्राम execution के समय कभी भी बदला जा सकता है. वेरिएबल को declare करने के बाद इसे एक वैल्यू दी जाती … Read more

C भाषा तथा C++ भाषा में अंतर

Difference between C and C++ in hindi:- C vs. C++ in hindi:- इनके मध्य निम्नलिखित अंतर होता है:- 1:- c लैंग्वेज जो है वह procedure oriented प्रोग्रामिंग लैंग्वेज है जबकि c++, procedure तथा object oriented प्रोग्रामिंग दोनों लैंग्वेज का मिश्रण है. 2:- c में virtual function नहीं है जबकि c++ में virtual function होते है. 3:- c … Read more

POP तथा OOP के मध्य अंतर क्या हैं? हिंदी में.

Difference between procedure oriented programming (POP) and object oriented programming (OOP) in hindi:- POP vs. OOP in hindi:- POP तथा OOP में निम्नलिखित अंतर होता है. 1:- POP में, प्रोग्राम को छोटे भागों जिन्हें functions कहते है में विभाजित किया जाता है. जबकि OOP में, प्रोग्राम को objects में विभाजित किया जाता है. 2:- POP जो है … Read more

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

Control Statements (Structures) in Hindi – कण्ट्रोल स्टेटमेंट्स क्या है? प्रोग्रामिंग भाषा में, प्रोग्राम के execution के flow को नियंत्रित करने के लिए जो स्टेटमेंट्स या structures प्रयोग किये जाते है उन्हें Control Statements (structures) कहते है. Control Statements दो प्रकार के होते है:- Conditional statements Loop statements 1- Conditional Statements ये निम्नलिखित प्रकार के … Read more

मैमोरी एलोकेशन क्या है तथा इसके प्रकार क्या है?

Memory Allocation in Hindi – मैमोरी एलोकेशन क्या है? Memory allocation एक ऐसी प्रक्रिया जिसमें कंप्यूटर प्रोग्राम्स को मेमोरी allocate की जाती है। मेमोरी एलोकेशन दो प्रकार की होती है:- 1:- Static Memory Allocation 2:- Dynamic Memory Allocation Static Memory Allocation static memory allocation में मेमोरी को compile time में ही allocate कर दिया जाता है। … Read more

Debugging in Hindi – डिबगिंग क्या है?

हेल्लो दोस्तों! आज हम इस पोस्ट में Debugging in Hindi (डिबगिंग क्या है?) के बारें में पढेंगे और इसकी प्रक्रिया को भी देखेंगे. इसे आप पूरा पढ़िए, आपको यह आसानी से समझ में आ जायेगा. तो चलिए शुरू करते हैं:-  Debugging in Hindi Debugging एक प्रक्रिया है जिसके द्वारा software code में से errors और bugs को … Read more

Parameter Passing & Passing Arguments in Hindi

Hello दोस्तों! आज मैं आपको what is Parameter Passing in Hindi (पैरामीटर पासिंग क्या है?) के बारें में बताऊंगा, इसे Passing arguments भी कहते है. हम इसके उदाहरण को भी देखेंगे, आप इसे पूरा ध्यान से पढ़िए आपको समझ में आ जायेगा, तो चलिए शुरू करते हैं:- Parameter Passing in Hindi – पैरामीटर पासिंग क्या है? … Read more

What is Variable in Hindi- वेरिएबल क्या है? हिंदी में.

What is Variable in Hindi(वेरिएबल क्या होता है?):- वेरिएबल एक स्टोरेज एरिया होता है जिसका प्रयोग डेटा को स्टोर करने के लिए किया जाता है. variable डेटा को contain किये रहता है जिसे प्रोग्राम execution के समय कभी भी बदला जा सकता है. Variable को Declare करने के बाद इसे एक वैल्यू दी जाती है. … Read more

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

Control Statements (Structures) in Hindi – कण्ट्रोल स्टेटमेंट्स क्या है? प्रोग्रामिंग भाषा में, प्रोग्राम के execution के flow को नियंत्रित करने के लिए जो स्टेटमेंट्स या structures प्रयोग किये जाते है उन्हें Control Statements (structures) कहते है. Control Statements दो प्रकार के होते है:- Conditional statements Loop statements 1- Conditional Statements ये निम्नलिखित प्रकार के … Read more