IOE Syllabus of C Programming

C programming (Subject code: CT401) is compulsory course for all faculties engineering including BCE, BME, BEL, BEX, BAME, BCT, BIE, B. Agri. and BGE. This subject includes basic understanding of programming in C and Fortran. The notes, lecture slides and other important resources for C programming can be accessed from C Programming and Fortran Notes Collection page.

  1. Overview of computer software and programming languages ( 2 hours)
    1. System software
    2. Application software
    3. General software features and recent trends
    4. Generation of programming languages
    5. Categorization of high level languages
  2. Problem Solving Using Computer ( 2 hours)
    1. Problem Analysis
    2. Algorithm Development & Flowcharting
    3. Compilation and Execution
    4. Debugging and Testing
    5. Program Documentation
  3. Introduction to C programming( 3 hours)
    1. Character set, Keywords and data types
    2. Preprocessor and directives
    3. Constants and Variables
    4. Operators and statement
  4. Input and Output ( 2 hours )
    1. Formatted I/O
    2. Character I/O
    3. Programs Using I/O statement
  5. Control statements (6 hours)
    1. Introduction
    2. The goto, if, if….else, switch statements
    3. The while, do…while, for statements
  6. User-Defined Functions ( 4 hours)
    1. Introduction
    2. Function definition and return statement
    3. Function Prototypes
    4. Function invocation, Call by value & Call by reference, Recursive Functions
  7. Arrays and Strings ( 6 hours)
    1. Defining an array
    2. One dimensional arrays
    3. Multi-dimensional arrays
    4. Strings and string manipulation
    5. Passing array and string to function
  8. Structures ( 4 hours )
    1. Introduction
    2. Processing a structure
    3. Arrays of Structures
    4. Arrays within structures
    5. Structures and function
  9. Pointers ( 4 hours )
    1. Introduction
    2. Pointer declaration
    3. Pointer arithmetic
    4. Pointer and array
    5. Passing Pointers to a function
    6. Pointers and structures
  10. Data files ( 4 hours )
    1. Defining opening and closing a file
    2. Input / Output operations on files
    3. Error handling during input/output operations  
  11. Programming language: FORTRAN ( 8 hours )
    1. Character Set
    2. Data types, Constants and variables
    3. Arithmetic operations, Library functions
    4. Structure of a Fortran Program
    5. Formatted and Unformatted Input / Output Statements
    6. Control Structures: Goto, Logical If, Arithmetic If, Do loops
    7. Arrays: one dimensional and two dimensional


Evaluation Scheme:

Chapter Hours Mark Distribution
1,2 4 8
3,4 5 8
5 6 10
6 4 8
7 6 10
8 4 8
9 4 8
10 4 8
11 8 12
Total 45 80

There may be minor deviation in marks distribution.


Laboratory – Minimum 6 sets of computer programs in C (from Unit 4 to Unit 10) and

2 sets in FORTRAN (from unit 11) should be done individually. (30 marks out of 50 marks) –

Student (maximum 4 persons in a group) should submit mini project at the end of course.

(20 marks out of 50 marks)


References

  1. Kelly & Pohl, “A Book on C”, Benjamin/Cumming
  2. Brian W. Keringhan & Dennis M. Ritchie, “The ‘C’ Programming Language”, PHI
  3. Bryons S. Gotterfried, “Programming with C”, TMH
  4. Yashavant Kanetkar, “Let Us C”, BPB
  5. D. M. Etter, “Structured Fortran & for Engineers and Scientist”, The Benjamin/Cummings Publishing Company, Inc.
  6. Rama N. Reddy and Carol A. Ziegler, “FORTRAN 77 with Applications for Scientists and Engineers”, Jaico Publishing House
  7. Alexis Leon, Mathews Leon, “Fundamentals of Information Technology”, Leon Press and Vikas Publishing House
We're always listening.
Have something to say about this article? Find us on Facebook, Twitter or our LinkedIn.
Raju Dawadi
Raju Dawadi
Raju is currently actively involved in DevOps world and is focused on Container based architecture & CI/CD automation along with Linux administration. Want to discuss with him on any cool topics? Feel free to connect on twitter, linkedIn, facebook.

2 Comments

  1. […] (BME) in First year. The micro syllabus of the course with marking scheme can be accessed from IOE Syllabus of C Programming […]

  2. Ayush Yadav says:

    Do we have to read and practice C programming only for the 1st semester in Civil Engineering ?
    OR
    Any other programming too…

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.