CSVTU C Syllabus, Online Learn C, How To Make C Program, Explain C With Programs

Elements of C Language
Origin And Generation of C, Features & Characteristic of C, C Compiler, C Interpreter Character Set, Keywords, Identifiers, Constants, Variables, Input/Output Statements, Basic Data Types, Operators and Expressions, Tools for Problem Solving: Problem Analysis, Flowchart, Top-Down Program Design, Structured Design Approach, Basic Structure of C programs, A simple Basic Programs on C, Why C is Used
Control Flow Construction
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.
Defining and Manipulating Arrays
1 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.
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.
Pointer Data type and its Application
Pointer Operator, Pointer Expression, Initializating 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.
More Programs:

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