Search results
Syntax -: if(condition) . { // Statements to execute if. // condition is true. } Example -: If (5>2) // यहाँ पर () को पैरेंथेसिस कहते है जिसमे 5>2 एक एक्सप्रेशन या Condition है |. { printf(“five is greater than two”); } Output -: five is greater than two. if statement से संबंधित महत्वपूर्ण बातें.
इस tutorial में हम C Programming में else if conditional statement का use कैसे करते हैं ये examples के साथ सीखेंगे.
if else statement syntax: if( condition ) { //statements //statements } else { //statements //statements } सबसे पहले आप ये समझ लीजिए की if और else एक दूसरे से जुड़े हुए हैं यानी connected हैं.
14 paź 2022 · आप C LANGUAGE Notes PDF in Hindi को PDF के माध्यम से download कर सकते है। यह PDF सभी प्रकार के exams के लिए भी बहुत उपयोगी है, जैसे:- Polytechnic, B.tech, BCA आदि.
C Programming Language in Hindi Keywords: C Programming Language in Hindi Created Date: 2/14/2014 11:21:49 AM ...
15 lip 2023 · Types of Decision Making Statements in C in Hindi. C में Decision-making निम्नलिखित statements द्वारा किया जा सकता है: If statement; if…else Statement; if..else-if statement; Nested if statement; Switch statement; आइए इन सभी statements को समझते है:
Contents hide. 1 सी लैंग्वेज के बेसिक कॉन्सेप्ट्स (Basics of C In Hindi) 2 Operators In C Language. 3 Control Statements In C Language. 4 Loop In C Language. 5 Function in C Language. 6 Array, String, Union, Structure, Enumeration In C. 7 Pointer In C. 8 File Handling.