Recursion क्या है? (What is Recursion In C In Hindi)

Recursion क्या है? (What is Recursion In C In Hindi)

हेलो फ्रेंड्स आज के इस आर्टिकल में हम Recursion के बारे में बात करने वाले है | आज हम जानेंगे कि रिकर्शन क्या है? ( What is Recursion In C In Hindi ) और  सी लैंग्वेज में इसका क्या उपयोग है?…

Wild Pointer क्या है? – Wild Pointer In C In Hindi

Wild Pointer क्या है? – Wild Pointer In C In Hindi

हेलो फ्रेंड्स आज के इस आर्टिकल में हम Wild Pointer के बारे में बात करने वाले है |  आज हम विस्तार से जानेंगे कि Wild Pointer क्या है? (What is Wild Pointer In C In Hindi) और सी लैंग्वेज में…

सी लैंग्वेज की विशेषताएं (Features of C Language In Hindi)

आज मैं आपको इस लेख में सी लैंग्वेज की विशेषताओं (Features of C Language In Hindi) के बारे में बताने वाला हु | सी लैंग्वेज की विशेषताओं के बारे में जानने से पहले आपको ये जानना आवश्यक है कि सी…

Conditional Operator In C In Hindi – With Examples हिंदी में!

Conditional Operator In C In Hindi – With Examples हिंदी में!

Conditional Operator क्या है? (What is Conditional Operator in C In Hindi) Conditional Operator, एक ternary operator है क्योंकि यह तीन operands पर काम करता है | Conditional Operator का बर्ताव if else Statement की तरह ही होता है | if else…

Goto statement क्या है? (What is goto statement in C In Hindi)

Goto statement क्या है? (What is goto statement in C In Hindi)

हेलो फ्रेंड्स आज हम बात करने वाले है Goto Statement के बारे में |  आज हम जानेंगे कि सी लैंग्वेज में goto statement क्या है? ( What is goto statement in C In Hindi ) और goto statement का उपयोग…

डायनामिक मेमोरी एलोकेशन क्या है? (Dynamic Memory Allocation In C In Hindi)

डायनामिक मेमोरी एलोकेशन क्या है? (Dynamic Memory Allocation In C In Hindi)

हेलो फ्रेंड्स आज के इस आर्टिकल में हम Dynamic Memory Allocation के बारे में बात करने वाले है |  आज हम विस्तार से जानेंगे कि डायनामिक मेमोरी एलोकेशन क्या है? (What is Dynamic Memory Allocation In C In Hindi) और…

Assignment Operators In C Language जानिए हिंदी में!

Assignment Operators In C Language जानिए हिंदी में!

सी लैंग्वेज में असाइनमेंट ऑपरेटर्स क्या है? (What Is Assignment Operators In C In Hindi) Assignment operators एक बाइनरी ऑपरेटर है जिसका उपयोग वेरिएबल्स में वैल्यूज को असाइन करने के लिए किया जाता है इसके राइट और लेफ्ट साइड एक…

C Program to Check Whether a Number is Even or Odd

C Program to Check Whether a Number is Even or Odd

हेलो फ्रेंड्स आज इस पोस्ट में हम सी लैंग्वेज की मदद Even और Odd चेक करने वाला एक प्रोग्राम बनाएंगे | इस प्रोग्राम में हम यूजर से कोई नंबर एंटर कराएँगे फिर हम चेक करेंगे की यूजर दयारा एंटर किया…

C Program to Check Leap Year

हेलो फ्रेंड्स…आज हम एक ऐसा प्रोग्राम बनाना सीखेंगे, जिसमे हम चेक कर रहे होंगे कि यूजर द्वारा दर्ज किया गया वर्ष Leap year है या नहीं….। कोई वर्ष Leap year है या नहीं ये पता लगाने वाला प्रोग्राम बनाने के…