top of page

Programming in C Language (DCA-103)

UNIT - II
Operator and Expression

  1. Operators – What is Operators?

  2. Types of operators – Arithmetic operators

  3. Relational operators

  4. Logical operators

  5. Conditional operators

  6. Increment/Decrement operators

  7. Assignment operators

  8. Bitwise operators

  9. Expression – Introduction to Expression

    1. Evolution of Expression

    2.  Types of Expression

UNIT - IV
Funcation, Array and String

  1. Functions – Introduction to functions

    1. Types of function

    2. Function Declaration

    3. Function Calling and Function Definition

    4. Use of a function

    5. Advantages of the function

    6. Function accepting more than one parameter

    7. Return Values

    8. Recursion function

  2. Array – Introduction to Array

    1. One-Dimensional Array

    2. Two-Dimensional Array

    3. Multi-Dimensional Array

  3. Strings

    1. String Functions

UNIT - V
Structure, Union and Pointer

  1. Structure - Introduction to Structure

    1. Declaring Structure

    2. Initialization of Structure

    3. Structure within Structure

    4. Operation on Structure

  2. Union - Introduction to Union

    1. Scope of Union

    2. Differences between Structure and Union

  3. Pointer - Definition and Use of Pointer

    1. Advantages of Pointer

    2. Pointer Variable

bottom of page