if-else statement in Hindi ? इफ – एल्स स्टेटमेंट क्या है ।

Hello दोस्तों! आज मैं आपको इस पोस्ट में if-else statement in Hindi ? इफ – एल्स स्टेटमेंट क्या है । के बारें में बताऊंगा, और इसके example को भी पढेंगे, तो चलिए शुरू करते हैं:- what is if-else statement जब हमे दो या दो से अधिक condition (शर्तो ) के आधार पर कोई decision लेना … Read more

Texts In GUI in Hindi

Texts In GUI in Hindi window मे text को display करना DOS की तुलना मे काफी कठिन है । dos mode मे हम जो भी character console पर display करते है वे 2 – dimensional होते है  इसमे texts एक ही size मे display हो सकते है जबकि window मे हम विभिन्न font size व … Read more

what is Understanding pointers in Hindi ? अण्डरस्टैंडिंग पोइंटर क्या है

Understanding pointers in Hindi ( अण्डरस्टैंडिंग पोइंटर क्या है ) जब भी हम किसी variable को declare करते है तो वह variable memory मे किसी storage cell मे जा कर store हो जाता है वह variable memory मे जिस storage cell पर जा कर store होता है उस storage cell का एक unique address होता … Read more

array advantage and disadvantage in Hindi?(एरे के लाभ तथा हानी)

Array advantage and disadvantage in c array advantage and disadvantage in Hindi?(एरे के लाभ तथा हानी) Advantage of array( एरे के लाभ ) array एक ही नाम का use करके एक ही प्रकार के कई data item को access कर सकता है matrices को लागू करने के लिए array का use किया जा सकता है। … Read more

what is function फंकशन क्या होते है

what is function in c language फंकशन क्या होते है  C language  में function एक प्रकार के instruction के समूह है। जिनको किसी program द्वारा बुलाया जाता है।  फंकशन क्या है जब हम बड़े program लिखते है तब कई बार ये परेशानी आती है की एक ही काम के लिए बार बार कुछ statement को … Read more

Initializing Value of a Character Array (String) in Hindi

Initializing Value of a Character Array (String)

Initializing Value of a Character Array (String) हम एक char प्रकार के array को भी प्रारम्भिक मान प्रदान कर  सकते है  array मे character assign करने के दो तरीके है। पहले तरीके मे array के हर character को single quote मे लिखा जाता है  इसमे अंतिम character को null करना  जरूरी है दूसरे तरीके मे  … 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

Types of programming in Hindi

Types of programming :- Computer एक digital machine है computer तभी कोई काम कर सकता है जब उसे किसी काम को करने के लिए program किया गया हो । programming दो तरह की होती है एक programming वह होती है जो किसी computer को काम करने के लायक अवस्था मे लाने के लिए की जाती है … Read more

what is Data file and file handling in hindi

Data file and file handling C language  में read और write करने के लिए sacnf तथा printf का इस्तेमाल होता है परन्तु इस तरीके से अगर data ज्यादा हो या data की बाद में आवश्यकता हो तो यह तरीका कारगर नहीं है। अतः इसे एक approch की आवश्यकता है। जिससे data को disk में stor … Read more