Types of Programming in Hindi – BIT- C

Programming In Hindi आज मैं आपको बताऊंगा कि Programming दो भागों में बांटा जा सकता है. in Hindi में  What is Programming In Hindi : Computer एक digital machine है computer तभी कोई काम कर सकता है जब उसे किसी काम को करने के लिए program किया गया हो । programming दो तरह की होती … Read more

What is Recursion in C with Example जाने हिंदी में…

Hello दोस्तों! आज मैं आपको इस पोस्ट में  Recursion in C हिंदी  में बताऊंगा, शुरू करने से पहले जान लेते हैं कि इस article में हम क्या-क्या cover करने वाले हैं. Recursion क्या है? Example: Sum of Natural Numbers Using Recursion Recursion के फायदे और नुकसान तो चलिए शुरू करते हैं:-  What is Recursion in … Read more

Explain Basic Structure of C programming जाने हिंदी में…

Hello दोस्तों! आज मैं आपको इस पोस्ट में  Basic Structure of C programming  हिंदी  में बताऊंगा, शुरू करने से पहले जान लेते हैं कि इस article में हम क्या-क्या cover करने वाले हैं. Characteristics of C Block Structure of “C” Programs Layout Structure of “C” Programs Documentation section Link section Definition section Global declaration section … Read more

Programming algorithm क्या है? जाने हिंदी में…

Hello दोस्तों! आज मैं आपको इस पोस्ट में Programming algorithm  हिंदी में….   बताऊंगा, शुरू करने से पहले जान लेते हैं कि इस article में हम क्या-क्या cover करने वाले हैं. Programming algorithm क्या है? Algorithm के फायदे , नुकसान   Programming algorithm क्या है? आप programming algorithm को एक नुस्खे के रूप में सोच सकते … Read more

what is programming language ? and types जाने हिंदी में….

Hello दोस्तों! आज मैं आपको इस पोस्ट में programming language and types of programming language  के बारें में बताऊंगा, तो चलिए शुरू करते हैं:- Programming language यह कमांड का एक समूह है. जिसके जरिए किसी software  का निर्माण किया जाता है, यह मुख्यतः दो भागों में बांटी गई है. types of Programming language   1- … Read more

What is keyword ? in c language जाने हिंदी में….

इस article में हम Keyword को hindi   व आसान भाषा में जानेंगे .. तो चलिए start करते हैं…… Keyword:- c language में कुुुछ शब्दो का compiler द्वारा विशेष अर्थ या प्रयोग निर्धारित किया गया है इन शब्दों को normal programming में use नही किया जाता हैं। क्योंकि इनका विशेष उद्देश्य होता हैं। ऐसे शब्दों को … Read more

What is constant and variable ? जाने हिंदी में….

इस article में हम Constant and Variable को hindi   व आसान भाषा में जानेंगे .. तो चलिए start करते हैं……      Constant and Variable   Constant (स्थिरांक ):- एक constant fix number हैं। ऐसी value जो change नही होती हैं। उसे constant कहलाती हैं। एक निश्चित संख्यात्मक मान वाले प्रतीक को स्थिरांक (constant) कहा … Read more

What is Data type and types of data type?

इस article में हम  Data type and types of data type   को सरल व आसान भाषा में जानेंगे .. तो चलिए start करते हैं…… Data type:- c language में data type  दो प्रकार के होते हैं| (1) primary data type:- primary data types के चार प्रकार होते हैं   (¡) integer:- इसमें दशमलव के … Read more

What is operator? (ऑपरेटर क्या होते हैं।)

इस article में हम operator in hindi  में सरल व आसान भाषा में जानेंगे .. तो चलिए start करते हैं…… Operator in hindi:- operator  एक symbol है। जिसका कार्य mathematical तथा logical operation करना है।            C language में operator को 6 भागों में बांटा गया है। (1)  Arithmetic operator :- … Read more

What is array in Hindi ? And types of array( ऐरे क्या है और कितने प्रकार के होते हैं)

इस  article में हम Array के बारे में तथा types of array और  arrayक्या है ? को सरल व आसान भाषा में जानेंगे .. तो चलिए start करते हैं…. Array(ऐरे):– यह एक प्रकार का secondary data type है। यह एक ऐसा Data structure है। जो कि समान तरीके के element का group बनाने के लिए … Read more