The if-else Statement Program in c language in hindi
जैसा कि हम जानते है कि c language में condition के लिए if statement का use करते है अगर condition सत्य है तो compiler if statement के ...
जैसा कि हम जानते है कि c language में condition के लिए if statement का use करते है अगर condition सत्य है तो compiler if statement के ...
C language में condition के लिए हम if statement का use करते है इस statement के अन्दर हम condition देते है अगर condition सही है तो c...
Program to convert temperature from Fahrenheit degree to Centigrade degrees सबसे पहले तो हम logically जानेगे कि हम फ़ारेनहाइट temp...
C p rogram to Calculate simple interest by user हम एक c program लिखेंगे जिसमे user principle(amount), rate और time डा...
Calculation of Simple Interest हम c language में simple interest निकालने के program बनाने से पहले जानेगे कि आखिर simple interest है क्य...
Take Input by user in C language user द्वारा इनपुट लेने के लिए हम scanf function use करते है इस function का काम केवल user से इनप...
Addition, Subtraction, Multiply and Divide in C language हम C language में कैसे दो या दो से अधिक नंबर को जोड़ा घटाया गुणा तथा ...
HOW TO WRITE ON NEW LINE AND GIVE SPACE C language में new line पर भी जाने के लिए भी हमे कुछ codes लिखने पड़ते है हम Enter दबाकर new...