CODEIN

C Language I ( I1101 )

Course Details

This C Language course teaches the fundamentals of programming through hands-on practice, covering essential concepts like variables, loops, if-else, functions, arrays, and strings.
Chapter 1: Introduction to C language :
Learn the concept of POP (C language).
Chapter 2: Data types :
learn the data types and how to work with them using printf(), and scanf() .
Chapter 3: IF - Else statment :
learn how, when, and where to use if - else with ther conditions .
Chapter 4: loops :
Master the use of loops in C—including for, while, and do-while to execute repetitive tasks efficiently and control program flow .
Chapter 5: Arrays :
Learn how to use arrays in C to store and manipulate collections of data efficiently, including single-dimensional and multi-dimensional arrays .
Chapter 6: String :
Learn how to work with strings in C using character arrays, built-in string functions, and manual manipulation techniques to process and manage text data .
Chapter 7: Functoins :
Understand how to create and use functions in C to write modular, reusable, and organized code by breaking programs into logical blocks , indulging furthermore into the POP concept.