Welcome¶
Thank you! I'm glad to be a part of your basic C programming course. C is a powerful and efficient language that is widely used in many different contexts. It is a great choice for beginners because it is relatively easy to learn and provides a solid foundation for further study in computer science and software development.
In this course, you will learn the basics of C programming, including its syntax, data types, variables, control structures, and functions. You will also learn how to use the standard C library and how to debug and troubleshoot your code.
As you progress through the course, you will have the opportunity to practice what you have learned through hands-on exercises and projects. This will help you develop important skills such as problem-solving, critical thinking, and logical reasoning, which are essential for success in programming.
I'm looking forward to helping you learn C and achieve your goals in this course. If you have any questions or need assistance, please don't hesitate to ask.
* Run the following program to print Hello World!
¶
2. Objective of this Course¶
We will cover basic technique in programming which will be useful in any programming language.
-
Introduction to programming and the C language
- History and evolution of programming languages
- Basics of computer hardware and software
- Overview of the C language, including its syntax and conventions
-
Data types and variables
- Primitive data types (integer, floating point, character, etc.)
- Declaring and initializing variables
- Type casting and type conversion
-
Input and output
- Reading and writing data using
printf
andscanf
- Formatted output with specifiers
- Reading and writing data using
-
Control structures
- Conditional statements (
if
,if-else
) - Loops (
for
,while
)
- Conditional statements (
-
Functions
- Defining and calling functions
- Function prototypes and declarations
-
Arrays
- Declaring and initializing arrays
- Using loops to process array elements
3. Refrence¶
- Let Us C by Yashavant Kanetkar
4. Instructor¶
Sandeep Suman, Assistant Professor, TMBU, Bhagalpur
Last modified on: 2023-01-09 23:26:27