Adobe Scan 28 Sept 2024
Adobe Scan 28 Sept 2024
3 0 0 3
COURSEOBJECTIVES:
Tounderstand the constructs ofC Language.
To develop C Programs using basicprogramming constructs
To developCprograms using arrays and strings
Todevelop modular applications in Cusing functions
To develop applications in Cusing pointers and structures
Todo input/output and file handling in C
UNIT I BASICS OF CPROGRAMMING
Introduetionto programming paradigms - Applications ofC Language - Structure of Cprogram
- C programming: Data Types - Constants - Enumeration Constants - Keywords - Operators:
P'recedence and Associativity - Expressions - Input/Output statements, Assignment statements
Decision making statements - Switch statement - Looping statements - Preprocessor directives -
Compilation process
UNIT II ARRAYSAND STRINGS 9
Introducionto Arrays: Declaration. Initialization - One dimensional array -Two dimensional
arrays - Sring operations: length. compare, concatenate, copy Selection sort, linear and binary
search.