program in C to check given no is leap year or not in Hindi

leap year condition in Hindi |Write a program in C to check given no...

इस पोस्ट में, आप सी में अलग-अलग तरीकों से सीखेंगे, कि यह जांचने के लिए कि कोई विशेष वर्ष लीप वर्ष है या नहीं।एक...
structure of c program in hindi

सी में स्ट्रक्चर क्या है? |स्ट्रक्चर का उपयोग क्यों करें?( structure of c program...

स्ट्रक्चर का उपयोग क्यों करें?सी में, ऐसे मामले हैं जहां हमें एक इकाई के कई गुणों को स्टोर करने की आवश्यकता होती है। यह...
सी में फाइल हैंडलिंग क्या है ?

file input/output in c in hindi|सी में फाइल हैंडलिंग क्या है ?

सी में फाइल हैंडलिंग क्या है ?इस ट्यूटोरियल में, आप सी में फाइल हैंडलिंग के बारे में जानेंगे। आप सी में मानक I/O को...
file input/output in c in hindi

file input/output in c in hindi| c में फ़ाइल इनपुट/आउटपुट क्या होता है?

C में फ़ाइल इनपुट/आउटपुट क्या होता है?अक्सर डेटा इतना बड़ा होता है कि यह सब मेमोरी में स्टोर नहीं किया जा सकता है और...
data type revisited in c programming in hindi (डाटा टाइप कितने प्रकार के होते हैं)

data type revisited in c programming in hindi (डाटा टाइप कितने प्रकार के होते...

हेल्लो दोस्तों इस पोस्ट में बताने जा रहा हूँ की c language में डेटा टाइप क्या होते है और इसको समझना क्यों जरुरी है| डाटा...
Difference between structure and union in c in Hindi

Difference between structure and union in c in Hindi

Difference between structure and union in c in HindiC में, हमारे पास समान डेटा प्रकार के साथ-साथ विभिन्न डेटा प्रकारों का डेटा रखने के...
Console Input Output Functions in C

Console Input Output Functions in C in Hindi

इस पोस्ट में हम बात करने वाले है | Console Input Output Functions in C in Hindi, इसमें कार्यों का एक संग्रह (collection) होता...
Advantage of structure and union in c

Advantage of structure and union in c

Advantage of structure and union in cIn C Programming, a "Structure" is a custom-made data type created using basic and derived data types. It...
c language mein preprocessor kya hota hai in hindi, preprocessor in c example

C में प्रीप्रोसेसर क्या है ?|C language mein preprocessor kya hota hai in hindi|...

इस ट्यूटोरियल में, आपको c प्रीप्रोसेसरों से परिचित कराया जाएगा, और आप उदाहरणों की मदद से #include, #define और कंडीशनल कंपाइलेशन का उपयोग करना...
Type of instructions in c programming in hindi -C instructions with examples

Type of instructions in c programming in Hindi |C instructions with examples

मुझे उम्मीद है, कि इस ट्यूटोरियल को जारी रखने से पहले आपने मूल printf() और scanf() प्रोग्राम लिखे होंगे। यदि आपने नहीं किया तो...