Loops (while, do-while, for) In c Hindi

Loops (while, do-while, for) In c Hindi सी प्रोग्रामिंग लैंग्वेज में लूप का उपयोग प्रोग्राम में किसी पर्टिकुलर प्रोग्राम कोड के एक ब्लॉक को बार-बार एक्सेक्यूट करने में किया जाता है. जब तक कि मौजूदा प्रोग्राम में दी गई एक निर्दिष्ट प्रोग्राम कंडीशन पूरी तरह से एक्सेक्यूट न हो जाए। C प्रोग्रामिंग में लूप मुख्य…

Comments Off on Loops (while, do-while, for) In c Hindi
Decision making (if-else, switch-case) In c Hindi
Decision making (if-else, switch-case) In c Hindi

Decision making (if-else, switch-case) In c Hindi

Decision making (if-else, switch-case) In c Hindi सी प्रोग्रामिंग में डिज़ाइन प्रोग्राम वेरिएबल के आधार पर निर्णय लेने की प्रक्रिया if-else और switch-case जैसे कंडीशनल स्टेटमेंट्स के माध्यम से सुगम और आसान होती है। if-else स्टेटमेंट आपको किसी भी प्रोग्रामिंग लॉजिक को ट्रू या फाल्स आर्डर में अप्लाई करने में हेल्प करते है. वही switch-case…

Comments Off on Decision making (if-else, switch-case) In c Hindi
Increment and decrement operators in c
Increment and decrement operators in c

Increment and decrement operators in c

Increment and decrement operators in c C प्रोग्रामिंग में इंक्रीमेंट और डेक्रीमेंट ऑपरेटर का उपयोग किसी प्रोग्राम में डिक्लेअर वैरिएबल के वैल्यू को एक से बढ़ाने या घटाने के लिए किया जाता है। इंक्रीमेंट और डेक्रीमेंट ऑपरेटर किसी भी प्रोग्राम वेरिएबल के डिफ़ॉल्ट वैल्यू को एक से जोड़ने या घटाने के लिए शॉर्टहैंड नोटेशन की…

Comments Off on Increment and decrement operators in c
Assignment operators In Hindi
Assignment operators In Hindi

Assignment operators In Hindi

Assignment operators In Hindi C लैंग्वेज में असाइनमेंट ऑपरेटर का उपयोग प्रोग्राम में डिक्लेअर किसी वैरिएबल को वैल्यू असाइन या सामान मान प्रदान करने के लिए किया जाता है। असाइनमेंट ऑपरेटर का उपयोग मुख्य रूप से किसी प्रोग्राम एक्सप्रेशन या वैल्यू के रिजल्ट को वैरिएबल में स्टोर करने के लिए किया जाता है। So let's…

Comments Off on Assignment operators In Hindi
Logical operators In C Hindi
Logical operators In C Hindi

Logical operators In C Hindi

Logical operators In C Hindi C प्रोग्रामिंग में लॉजिकल ऑपरेटर प्रोग्राम में उपयोग वेरिएबल के बूलियन मानों (ट्रू या फाल्स) पर लॉजिकल ऑपरेशन करने के लिए उपयोग किए जाते हैं। लॉजिकल ऑपरेटरों का उपयोग आम तौर पर कई प्रोग्रामिंग कंडीशंस को एक साथ मर्ज या कंबाइंड करने या कंडीशंस को अस्वीकार करने के लिए किया…

Comments Off on Logical operators In C Hindi
Relational operators in hindi
Relational operators in hindi

Relational operators in hindi

Relational operators in hindi C प्रोग्रामिंग लैंग्वेज में रिलेशनल ऑपरेटर का उपयोग प्रोग्राम में डिक्लेअर दो या अधिक वेरिएबल वैल्यूज या एक्सप्रेशंस की आपस में तुलना करने के लिए किया जाता है। रिलेशन ऑपरेटर के तुलना परिणाम के आधार पर रिजल्ट के रूप में आउटपुट  या तो ट्रू (1) मान लोटता है या फाल्स के…

Comments Off on Relational operators in hindi
Arithmetic operators In Hindi
Arithmetic operators In Hindi

Arithmetic operators In Hindi

Arithmetic operators In Hindi C प्रोग्रामिंग लैंग्वेज में अर्थमेटिक ऑपरेटरों का उपयोग प्रोग्रामिंग ऑपरेंड (वेरिएबल या प्रोग्राम वैल्यू) पर मैथमेटिकल प्रोग्राम ऑपरेशन्स संचालन करने के लिए किया जाता है। जिसमे प्रोग्राम वैल्यू को जोड़ना, घटाना, गुणा करना,भाग देना, मॉडुलुस पता करना, आदि गणितय ऑपरेशन्स है. Here are the basic arithmetic operators in C programming. Addition…

Comments Off on Arithmetic operators In Hindi
Basic input/output (printf, scanf) In Hindi
Basic input/output (printf, scanf) In Hindi

Basic input/output (printf, scanf) In Hindi

Basic input/output (printf, scanf) In Hindi. C प्रोग्रामिंग लैंग्वेज में, printf() और scanf() दो आवश्यक बिल्ट-इन प्रोग्राम फ़ंक्शन हैं. जिनका उपयोग बुनियादी रूप से प्रोग्रामर से प्रोग्राम में इनपुट और प्रोग्राम आउटपुट टेक्स्ट इनफार्मेशन ऑपरेशन के संचालन में किया जाता है। जहा printf() फंक्शन प्रोग्राम इनफार्मेशन को कंसोल स्क्रीन में प्रिंट करता है. वही scanf()…

Comments Off on Basic input/output (printf, scanf) In Hindi
Data types in C Hindi
Data types in C Hindi

Data types in C Hindi

Data types in C Hindi C प्रोग्रामिंग लैंग्वेज में, डेटा टाइप सी प्रोग्राम में डिक्लेअर वेरिएबल डेटा के प्रकार को निर्दिष्ट करते हैं. जिसमे सी प्रोग्रामिंग में क्रिएट प्रोग्राम वेरिएबल वैल्यू को संग्रहीत करते हैं। प्रत्येक सी प्रोग्रामिंग डेटा टाइप में विभिन्न विशिष्ट विशेषताएँ पाई जाती हैं. जैसे वेरिएबल के रूप में उपयोग होने वाले…

Comments Off on Data types in C Hindi
Keywords and identifiers In Hindi
Keywords and identifiers In Hindi

Keywords and identifiers In Hindi

Keywords and identifiers In Hindi C प्रोग्रामिंग लैंग्वेज में, कीवर्ड और आइडेंटिफायर बिल्ट-इन फंडामेंटल प्रोग्रामिंग कांसेप्ट हैं. सी लैंग्वेज में कीवर्ड और आइडेंटिफायर का उपयोग प्रोग्राम वेरिएबल, प्रोग्राम फ़ंक्शन और अन्य सी प्रोग्राम वेरिएबल एलिमेंट के नाम को डिक्लेअर करने में किया जाता है। Keywords and Identifiers Declaration Method in C Language. Keywords in C…

Comments Off on Keywords and identifiers In Hindi