1modulefinal-- includes programming languages ,compiler interpreter,linker,STEPS IN COMPUTER PROGRAMMING,FEATURES OF A GOOD PROGRAM,STRUCTURED PROGRAMMING,TOP-DOWN ANALYSIS,MODULAR PROGRAMMING,STRUCTURED CODE,ALGORITHM,CHARACTERISTICS OF A GOOD ALGORITHM,FLOW CHART,PSEUDOCODE,ABOUT C PROGRAMMING LANGUAGE HISTORY,C TOKENS,DATA TYPES IN C,EXPRESSIONS,LVALUES AND RVALUES,operators,
2modulefinal.pdf --includes -OPERATORS INTRODUCTION,TYPE CONVERSIONS IN EXPRESSIONS,LIBRARY FUCNTIONS,DATA INPUT AND OUTPUT STATEMENTS,CONTROL STATEMENT: BRANCHING,DECISION MAKING AND LOOPING,BREAK AND CONTINUE STATEMENTS,
C1-- includes---—Module
I
—Introduction to algorithm, flowchart,
structured programming concept, programs – Compiler, Interpreter.
Introduction
to C Language: The C character set, identifiers and keywords, data types, how
floats and doubles are stored, constants, variables and arrays, declarations,
expressions, statements, Lvalues and Rvalues ,
type conversion, symbolic constants.
C3-- includes--Module II
Operators and expressions: Arithmetic operators, unary operator, relational and logical operator, assignment operators, the conditional operator, type conversion, Library function
Data input and output: Single character input, single character output, scanf, printf, puts gets functions, interactive programming.
Control statement: Branching: if else statement, Looping, nested control structure, switch statement, break statement, continue statement, comma operator, goto statement.
2.
C6-- includes Module II
Operators and expressions: Arithmetic operators, unary operator, relational and logical operator, assignment operators, the conditional operator, type conversion, Library function
Data input and output: Single character input, single character output, scanf, printf, puts gets functions, interactive programming.
Control statement: Branching: if else statement, Looping, nested control structure, switch statement, break statement, continue statement, comma operator, goto statement.
2.
C9-- includes--Module IV
Pointers: Fundamentals, void pointer, null pointer, passing pointers to a function, pointers and one dimensional arrays, dynamic memory allocation, operation on pointers, pointers and multidimensional arrays, array of pointers, pointer to an array, pointers and strings, structure pointer, pointers to function, pointers and variable length arguments list, passing functions to other functions.
Structures and unions: Defining a structure, processing a structure, user defined data types, structure and pointers, passing structure to function, self-referential structures, and union.
Department.
C7-- includes--Module III
Functions: Overview, function prototypes, passing arguments to a function, recursion.
Program structure: Storage classes, automatic variables, external variables, static variables, multifile program.
Arrays: Defining an array, passing array to functions, multidimensional arrays, strings: one dimensional character array, array of strings.
Department.
C 9 POINTER 2 - TO STUDENTS includes continuation of C9