Steps in the Development of a Program
Steps in the Development of a Program Programming Language में C Program Writing से Run करने तक Process को 6 Steps में Divide किया गया है| Write Program ...
Concept of Flowcharts
Flow Chart किसी Problem को Graphical shape का use करके Solve करने के Method को Flow Chart कहा जाता है| Flowchart एक Program के Logic और Multiple Component के म ...
Definition and uses of Programming, Various Techniques of Programming
Programming Programming एक Exercise या Practice है, जो हमारी Logical Thinking को Improve करता है| Programming यह निर्धारित करता है, कि Computer Program या Soft ...
Structured Programming and Preprocessors
Structured Programming Structured Programming को Modular Programming के रूप में जाना जाता है| यह एक Programming Paradigm है, जो Readable Code और Reusable Compo ...
Debugging and Compiler
Debugging Debugging, Programmers द्वारा अपने C Program में Issues Detect, Analyze और Rectify करने के लिए प्रयोग किया जाने वाला तरीका है। Debugging के द्वारा सभ ...
Structure of C Program, Writing and Executing the First C Program
Structure of C Program C Program में कई Part होते हैं, जो एक Specific Task को पूरा करने के लिए Work करते हैं। C Program के Main Component निम्नलिखित हैं- ...
Translator : Assembler, Interpreter, Compiler
Translator Translator एक Program या Tool को Refer करता है, जो High-Level Programming Language में लिखे गए Source Code को Machine Code या Lower-Level Representa ...
Keywords, Constants, Variables
Keywords Keywords, Predefined Programming Language में use किए जाने वाले Reserved Word हैं, जो Compiler के लिए Special Meaning रखते हैं। Keywords Syntax का Par ...
Programming c
- Steps in the Development of a Program
- Concept of Flowcharts
- Definition and uses of Programming, Various Techniques of Programming
- Structured Programming and Preprocessors
- Debugging and Compiler
- Structure of C Program, Writing and Executing the First C Program
- Translator : Assembler, Interpreter, Compiler
- Keywords, Constants, Variables
- Data Types
- Storage Classes
- Operators and Expressions
- Unformatted & Formatted I/O’s and Data Type Casting
- Decision Making with if – Statement, if – else, Nested IF and Ladder if-else
- Loops: For, While, Do-while, Continue, Break & go-to Statement
- Introduction to function
- Call by Value/Reference, Recursive Function with Array and String
- Introduction to Arrays
- Introduction of Strings
- Introduction to Pointers
- Static and Dynamic Memory Allocation
- Declaration of Structure
- Basics of File Handling