Skip to Content
Progamming in C (28567)

Progamming in C (28567)

Subject Teacher : Md. Tahmid (Instructor)
Subject Name : Progamming in C
Subject Code : 28567
Technology : Electrical + Telecommunication
Semester : 6th ET + 4th TCT

BTEB Text Book Name : Programming in C (Publisher: Technical Prokashani)
Reference Book/Note Name:
1. Programming in ANSI C – E Balagurusamy
2. Programming with C- Byron Gottfried
3. C: The Complete Reference -Herbert Schildt
4. Object-Oriented Programming in C -Robert Lafore
5. Programming In C : A Practical Approach - Ajay Mittal

AIMS
• To be able to acquire the knowledge on programming language Basics.
• To be able to provide the knowledge on Data types, Constants and Variables, Operators and Expressions
• To be able to acquire the knowledge on Functions, Structure and Union,
• To be able to provide the knowledge and to develop skill on Input and Output operations, Arrays and Pointers.
• To be able to provide the knowledge on File operations

Learning outcome:
Learning Outcome (Theoretical)
After undergoing the subject, students will be able to
 State the basic structure of C program and programming style .
 Describe algorithm and flow chart.
 Describe data types, constants and variables.
 Explain the operators and expressions.
 Explain the input, output and formatted I/O operations.
 Describe the branching and looping statements.
 Explain the arrays, pointers and preprocessors.
 Explain the functions, structures and union.
 Describe file operations.

Learning Outcome (Practical)
After undergoing the subject, students will be able to
 Perform to add, subtract, multiply, division and modulus among three or more numbers.
 Perform to calculate area of a circle, triangle, sphere, ellipse, rectangle, square.
 Perform to convert celcious to fahrenheight and vice versa, inch to centimeter and day to month to year etc.
 Perform to solve quadratic equation.
 Perform to find out prime numbers, fibonacci numbers, odd numbers, even numbers, factorial numbers etc.
 Perform to add and multiply one and two dimensional matrix.
 Perform file operation (Read, Append and Write mode).
 Calculate a series of n mumbers using branching and looping statements.
 Find out year whether it leap year or not.
 Perform vowels/consonants find out by using switch case statements.

Responsible Md. Rabiul Islam
Last Update 04/06/2026
Completion Time 1 hour 4 minutes
Members 1
  • Course Overview :
    5Lessons ·
  • Chapter-1:. Fundamentals of C Programming
    4Lessons ·
    • Chapter - 1 Book PDF
    • programming-basic.mp4
    • Programming in C (translator program).mp4
    • Programming in C (steps of programming).mp4
  • Chapter-2 : Data types, Constants and Variables
    2Lessons ·
    • Chapter - 2 Book PDF
    • C Programming course in Bengali | part-2 | Data types and Variables
  • Chapter-3: Operators and Expressions
    2Lessons ·
    • Chapter - 3 Book PDF
    • C programming Bangla Tutorial 5.32 : Operator, Operand, Expression
  • Chapter-4: Input and Output operations
    2Lessons ·
    • Chapter - 4 Book PDF
    • ch-4: Input and Output operations
  • Chapter-5: Branching and Looping statements
    1Lessons ·
    • ch-5.Branching and Looping statements