C Language | Comments , Format Specifier & Escape Sequence in C

What is Comments in C in Hindi ? किसी भी प्रोग्रामिंग लैंग्वेज में Comments का उपयोग प्रत्येक लाइन मे लिखे code के बारे मे information provide करने के लिए की जाती है। code के दस्तावेजीकरण ( documenting ) के लिए comments का व्यापक रूप से Read more

C language | Keywords & Identifiers in C

What is  Keywords in C  in Hindi ? Keywords प्रोग्रामिंग लैंग्वेज मे उपयोग मे होने वाले predefined & reserved words होते हैं। Keyword का उपयोग अन्य काम ( जैसे variable name, constant name आदि ) के लिए नहीं कर सकते। Compiler के लिए प्रत्येक keywords Read more

C Language | File Handling in Hindi ?

What is File Handling in C Language in Hindi – फाइल हैंडलिंग क्या होती है ? C language में जब Programmer , program को बंद करता है, तब program का सारा data destroy हो जाता है | अर्थात data permanently store नहीं होता | Data Read more

printf () & scanf () Function in C language

printf () और scanf () फंक्शन को जानने से पहले हमे यह जानना जरुरी है कैसे हम C लैंग्वेज में प्रोग्राम को write (लिखते) और compile और run करते है। इस प्रोग्राम को हम first c program नाम भी दे सकते है। इस प्रोग्राम को Read more

C Language | Math function in Hindi

Math Function in C language ? – C language मे math function क्या है ? C प्रोग्रामिंग लैंग्वेज mathematical operations को perform करने के हमे math फंक्शन provide करता है। ये फंक्शन <math.h> header file मे define रहता है। इस फंक्शन के अंदर बहुत से Read more

C Language | Variable in C

What is Variable in Hindi – वेरिएबल क्या होता है? variable एक container होता है जो की data को hold करके रखता है। variable एक identifier , memory location या एक नाम है जो की किसी वैल्यू को स्टोर करता है। इसके value को बदला Read more

C language | Dynamic Memory Allocation in Hindi

Dynamic Memory Allocation in C प्रोग्राम execution के समय memory को allocating करने की प्रक्रिया को Dynamic memory allocation कहते है।Dynamic memory allocation का काम आपकी प्रोग्रामिंग जरूरतों के अनुसार manual allocation और मेमोरी को free करना है। C प्रोग्रामिंग लैंग्वेज memory allocation और management Read more

Introduction | C Language in Hindi

What is C Language – C Language क्या है ? C लैंग्वेज  एक  general-purpose, procedural , high-level language है | C language को Dennis M. Ritchie ने सन 1972 मे develop किया था। C language को AT & T’S Bell Telephone Laboratories मे develop किया Read more

Difference Between POP and OOP Language in Hindi ?

Difference Between POP and OOP Language  POP की का पूरा नाम procedure oriented programming लैंग्वेज और OOP का पूरा नाम object oriented programming लैंग्वेज है | test प्रोग्राम जो होते है वो छोटे छोटे भागो मे divided रहता है जिन्हे हम POP लैंग्वेज मे function Read more