• 7. Array


    Objectives of this Chapter:

    To teach about what is an array, what is the performance or action of an 

    array in C Programming language, one dimensional Array and Multidimensional Array

    Chapter Outcomes:

    After completing this chapter students should able to

    • take input an array from user
    • perform all kinds of activities of an array
    • store an array and play with it
    • types of array
    • How to pass an array through the function in C Programming Language

    chapter contents: 

    • One Dimensional Array
    • Multidimensional Arrays

  • General

  • Course Introduction

  • Chapter 1: Introduction to Principles of programming

  • Introduction to C Programming

  • Operators and Expressions

  • Chapter 4: Data Types and Variables

  • Control Statements and Decision Making:

  • Strings

  • Function in C Programming

  • Section 10