Advantages of C Language :
- C language is a building block for many other currently known languages. C language has variety of data types and powerful operators. Due to this, programs written in C language are efficient, fast and easy to understand.सी भाषा कई अन्य वर्तमान भाषाओं के लिए एक बिल्डिंग ब्लॉक है। सी भाषा में विविध प्रकार के डेटा प्रकार और शक्तिशाली ऑपरेटर हैं। इसके कारण, सी भाषा में लिखे गए प्रोग्राम कुशल, तेज़ और समझने में आसान हैं।
- There are only 32 keywords in ANSI C and its strength lies in its built-in functions. Several standard functions are available which can be used for developing programs.एएनएसआई सी में केवल 32 कीवर्ड हैं और इसकी ताकत इसके अंतर्निर्मित कार्यों में निहित है। कई मानक कार्य उपलब्ध हैं जिनका उपयोग प्रोग्राम विकसित करने के लिए किया जा सकता है।
- C is highly portable language. This means that C programs written for one computer can easily run on another computer without any change or by doing a little change.सी अत्यधिक पोर्टेबल भाषा है। इसका मतलब यह है कि एक कंप्यूटर के लिए लिखे गए सी प्रोग्राम आसानी से किसी अन्य कंप्यूटर पर बिना किसी बदलाव के या कुछ बदलाव करके चला सकते हैं।
- Another important advantage of C is its ability to extend itself. A C program is basically a collection of functions that are supported by the C library this makes us easier to add our own functions to C library. Due to the availability of large number of functions, the programming task becomes simple.सी का एक और महत्वपूर्ण लाभ स्वयं को विस्तारित करने की क्षमता है। ए सी प्रोग्राम मूल रूप से उन कार्यों का एक संग्रह है जो सी लाइब्रेरी द्वारा समर्थित हैं, इससे हमें सी लाइब्रेरी में अपने स्वयं के कार्यों को जोड़ना आसान हो जाता है। बड़ी संख्या में कार्यों की उपलब्धता के कारण, प्रोग्रामिंग कार्य सरल हो जाता है।
- C language is a structured programming language. This makes user to think of a problem in terms of function modules or blocks. Collection of these modules makes a complete program. This modular structure makes program debugging, testing and maintenance easier. सी भाषा एक संरचित प्रोग्रामिंग भाषा है। यह उपयोगकर्ता को फ़ंक्शन मॉड्यूल या ब्लॉक के मामले में किसी समस्या के बारे में सोचने के लिए बनाता है। इन मॉड्यूल का संग्रह एक पूरा कार्यक्रम बनाता है। यह मॉड्यूलर संरचना प्रोग्राम डिबगिंग, परीक्षण और रखरखाव को आसान बनाता है।
Disadvantages of C Language :
- C Does Not have Concept of OOPs(Object Oriented Programing), That’s Why C++ is Developed.सी में ओओपी की अवधारणा नहीं है, यही कारण है कि सी ++ विकसित किया गया है।
- There is no Runtime Checking in C language.सी भाषा में कोई रनटाइम जांच नहीं है।
- There is no Strict type Checking..कोई सख्त प्रकार की जांच नहीं है।
- For The Floating data Type.फ़्लोटिंग डेटा प्रकार के लिए।
- C Doesn’t have The Concept of Namespace.सी नामस्थान की अवधारणा नहीं है।
- C Doesn’t have The Concept of Constructor or Destructor.सी में कन्स्ट्रक्टर या विनाशक की अवधारणा नहीं है।
तो दोस्तों अगर आपको हमारा ऐ blog पसंद आया तो Like और Share जरूर करे।
stud21022@gmail.com
c भाषा नमूना कोड
ReplyDeleteस्ट्रिंग अंतर दूरी नमूना कार्यक्रम दिखाएं