What is Programming Language
What is Programming Language
A programming language is a formal language designed to
communicate instructions to a computer or computing device to perform specific
tasks. Programming languages provide a structured way for programmers to write
code that can be understood and executed by computers, enabling the creation of
software applications, websites, and other digital systems.
एक programming language एक formal
language है
जिसे किसी कंप्यूटर या कंप्यूटिंग डिवाइस से specific tasks करने के लिए instructions (निर्देशों) को communicate
करने
के लिए डिज़ाइन किया गया है। programming language प्रोग्रामर
को code लिखने के लिए एक structured
way
प्रदान करती हैं जिसे कंप्यूटर समझ कर और execute करता
हैं, programming
language का उपयोग सॉफ्टवेयर एप्लिकेशन, वेबसाइट्स
और अन्य डिजिटल सिस्टम का designed करने के लिए किया जाता
है।
C programming language
C प्रोग्रामिंग भाषा का नाम "C"
इसलिए रखा गया क्योंकि इसे पहले की प्रोग्रामिंग भाषा "B"
का उत्तराधिकारी के रूप में डिजाइन किया गया था। "C"
अक्षर का चुनाव यह दर्शाने के लिए किया गया था कि यह B के
बाद का अगला "Generation" है, यह
नामकरण परंपरा(Nominition Process)
कंप्यूटर विज्ञान में आम है, जहां new Edition
या related
Languages अक्सर
इस पैटर्न का पालन करती हैं।
A procedural
programming language is a type of programming language that follows a
step-by-step sequence of instructions, where the program is structured around
procedures or subroutines that perform individual tasks. Procedural languages
focus on how a computation is to be done, rather than what the desired outcome
should be, making the code more explicit and easier to understand for tasks
that can be broken down into a series of steps
procedural programming
language प्रोग्रामिंग
भाषा का एक प्रकार है जो instructions को step-by-step
sequence के साथ पालन करती है, procedural programming language मे program procedures
या subroutines मे devide रहता है जो एक individual tasks को perform करते हैं। Procedural languages computation पर आधारित language है जो एक
श्रृंखला में विभाजित होता है और इस बात
पर ध्यान केंद्रित करता हैं कि प्रोग्राम मे computation कैसे किया
जाना चाहिए, ना कि इसके कि desired outcome/result क्या होना चाहिए, इसमे कोड
अधिक स्पष्ट होता है और कार्यों को समझने में आसान होता है |