What is Garbage collection जाने हिंदी में….

आज मैं आपको इस पोस्ट में What is Garbage collection in C++ in Hindi के बारें में बताऊंगा, और इसके example को भी पढेंगे, तो चलिए शुरू करते हैं:- What is Garbage collection in Hindi Garbage collection:- .Net framework garbage collection को manage करता है जब भी एक object create किया जाता है CLR इस  … Read more

Difference Between POP and OOP जाने हिंदी में….

Hello दोस्तों! आज मैं आपको इस पोस्ट में Difference Between POP and OOP in Hindi के बारें में बताऊंगा, और इसके example को भी पढेंगे, तो चलिए शुरू करते हैं:- Difference Between POP and OOP (POP तथा OPP मे अंतर) POP(Procedure-Oriented Programming) इसमे Program को छोटे हिस्से मे तोड़ा जाता है जिन्हे function कहा जाता … Read more

what is linear array with Example in Hindi ? लिनियर अर्रे क्या है

what is linear array with Example ? लिनियर अर्रे क्या है Linear Arrays in c हमने  आपको linear array को हिन्दी ओर English दोनों language (भाषा ) मे समझाया है । साथ मे एक example program भी दिया है what is Linear Arrays in English Linear search in C programming: The following code implements linear … Read more

what is Switch in c in Hindi? switch क्या है

Hello दोस्तों! आज मैं आपको इस पोस्ट मेंwhat is Switch in c ? switch क्या है के बारें में बताऊंगा, और इसके example को भी पढेंगे, तो चलिए शुरू करते हैं:- what is Switch in Hindi? switch क्या है switch statement किसी variable की value को बहुत सारी दी गई value के against में test … Read more

Class and object in Hindi

Hello दोस्तों! आज मैं आपको इस पोस्ट में what is Class and object in Hindi के बारें में बताऊंगा, और इसके example को भी पढेंगे, तो चलिए शुरू करते हैं:   what is Class and object in Hindi Class and object: – class data को bind करने का एक तरीका है जिसके द्वारा data type … Read more

Differences in C and C ++ in Hindi

Hello दोस्तों! आज मैं आपको इस पोस्ट में Differences in C and C ++ in Hindi के बारें में बताऊंगा, और इसके example को भी पढेंगे, तो चलिए शुरू करते हैं:- C or C++ अंतर C यह एक procedure programming approach है C को सन 1969 में Dennis Ritchie ने develop किया C function तथा … Read more

constructor in C++ in Hindi

Hello दोस्तों! आज मैं आपको इस पोस्ट में what is constructor in Hindi के बारें में बताऊंगा, और इसके example को भी पढेंगे, तो चलिए शुरू करते हैं:- What is Constructor in Hindi Constructor: – constructor एक special member function है जिसका कार्य class के object को initialize करना है यह special इसलिए है क्योंकि … Read more

Features of C++ in Hindi

Hello दोस्तों! आज मैं आपको इस पोस्ट में Features of C++ in Hindi के बारें में बताऊंगा, और इसके example को भी पढेंगे, तो चलिए शुरू करते हैं:-   Heap Sort in Data Structure in Hindi(हिप सॉर्ट क्या है ) Features of c++ Object :-  यह OOP की entity है जो कि basic entity के … Read more

What Is Function overloading In Hindi ? फंक्शन ओवरलोडिंग क्या है

  Function overloading Hello दोस्तों! आज मैं आपको इस पोस्ट में What Is Function overloading In Hindi के बारें में बताऊंगा, और इसके example को भी पढेंगे, तो चलिए शुरू करते हैं:- Function overloading In Hindi? फंक्शन ओवरलोडिंग क्या है Function overloading:- overloading का अर्थ है किसी समान चीज को अलग- अलग propose के लिए … Read more

What is Function In C++ in Hindi? फंक्शन क्या है

आज मैं आपको इस पोस्ट में What is Function In Hindi? फंक्शन क्या है के बारें में बताऊंगा, और इसके example को भी पढेंगे, तो चलिए शुरू करते हैं:- Wht is Function In Hindi?फंक्शन क्या है Function :- function का प्रयोग program को divide करने के साथ – साथ program के size को कम करने … Read more