Learn C Programming Online Tutorial With Audio And Video
Unit-I Elements of C Language
What is C, Origin & History of C, Features & Characteristic of C, C Compiler, C Interpreter, Simple C Program, How C Program Run, Character Set, Keywords, Identifiers, Constants, Variables, Input/Output Statements, Basic Data Types, Operators and Expressions, Tools for Problem Solving: Problem Analysis, Flowchart, Algorithm Development. Top-Down Program Design, Structured Design Approach, Basic structure of C programs, File creation when c program run. Editors of C, Turbo C, Why C For Programming,
Easy Step To Learn C Programming Line By Line
Unit-2 Control Flow Construction
Decision making and branching: Simple if statement, if else statement, Nesting of if.. else statement, else.. if Ladder, switch statement, ?: operator, goto statement.
Decision making and looping: while statement, do .. while statement, for statement, jumps in loops, break and continue
statement.
Unit-3 Defining and Manipulating Arrays
One- Dimensional Arrays: Declaration of Arrays, Initialization of Arrays, Reading and Writing of integer, real and character arrays, Sorting and Searching in Arrays, Multi-Dimensional Arrays, Handling of Character Strings.
Unit-4 User Defined Functions
Syntax of Function, Calling functions, Actual & Formal Arguments, Categories of Functions, Function prototype, Scope Rules: Local & Global variables, Recursion, Recursion vs. iteration, Passing Arguments: call by values & call by reference,
Passing array to function.
Structures: Declaration and initialization of structures, Array of structures, Array within structure, structure within structure, Structures and functions, Introduction to unions.
Unit-5 Pointer Data type and its Application
Pointer Operator, Pointer Expression, Initialization pointers, Pointer Arithmetic, Pointer and Function Arguments, Pointer to function, Pointer and Arrays, Pointers and String, Arrays of Pointers, Pointers to Pointers.
Files in C : Defining and opening a file, closing a file, input/ Output operations on files, error handling during I/O operations, random access to files.



0 comments:
Post a Comment
Thanks For Your Comment. We Get Back To You As Soon As Possible.