CSE-105: Structured Programming Language (C)

Undergraduate course, Jahangirnagar University, Department of Computer Science and Engineering, 2022

Objectives

After successful completion of this course, students should be able to:

  • Formulate problems step by step and design computer programs in a structured way
  • Identify programming data structures and describe programming methodologies
  • Apply fundamental programming concepts using high-level programming language to solve problems
Lecture#Description
Lec-1Introduction to C Programming
Lec-2Variables and Operators
Lec-3Input/Output Functions
Lec-4Constants
Lec-5Branching
Lec-6Loops
Lec-7Array
Lec-8Searching and Sorting
Lec-9Functions
Lec-10Recursion
Lec-11Strings
Lec-12Pointers
Lec-13Dynamic Memory Allocation
Lec-14Structure
Lec-15Union
Lec-16File IO