CP and CP Lab
CP and CP Lab
CP and CP Lab
BASICS OF C PROGRAMMING
Fundamentals of C programming Structure of a C program compilation and
II linking processes Constants, Variables Data Types Expressions using 9
operators in C Managing Input and Output operations-Decision making-Branching
and Looping-Case study
ARRAYS AND STRINGS
TEXT BOOKS:
1. Anita Goel and Ajay Mittal, Computer Fundamentals and Programming in C, Dorling Kindersley
(India) Pvt. Ltd., Pearson Education in South Asia, 2011.
2. Dr.N.Sengottaiyan and K.Ramya, Fundamentals of Computer Programming,Cengage Learning
(India) Pvt. Ltd.,2016.
REFERENCE BOOKS :
L T P C
PROGRAMME COURSE CODE NAME OF THE COURSE
2. Be exposed to role of constants, variables, identifiers, operators and other building blocks of
C Language.
COURSE
3. Be familiar with the use of conditional expressions and looping statements to solve problems
OBJECTIVE
associated with conditions and repetitions.
4. Be familiar with the concept of Array and pointers dealing with memory management.
b. Spread Sheet:
1. Chart - Line, XY, Bar and Pie.
2. 2. Formula - formula editor.
6
3. Spread sheet - inclusion of object, picture and graphics, protecting
the document and sheet.
4. Sorting and Import / Export features.
3. c. Basic C programming:
3
C program using I/O Statements
4. C program using arithmetic operations
3
Decision making statement & Looping Concepts
Designing a simple arithmetic calculator. (Use switch statement)
5. Performing the following operations: (Use loop statement) 6
Generate Pascals triangle.
Construct a Pyramid of numbers.