0% found this document useful (0 votes)
60 views3 pages

C Programming: Course Agenda

The document outlines an 8 lesson course agenda for learning C Programming. Lesson 1 is an introduction that covers the C language, IDEs, and a "Hello World" program. Lesson 2 covers language fundamentals like variables, data types, operators, and arrays. Lesson 3 discusses logical flow and conditionals. Lesson 4 focuses on strings, characters, and pointers. Lessons 5-7 cover functions, file I/O, and macros. Lesson 8 provides a summary of the entire course.

Uploaded by

ANIL kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
60 views3 pages

C Programming: Course Agenda

The document outlines an 8 lesson course agenda for learning C Programming. Lesson 1 is an introduction that covers the C language, IDEs, and a "Hello World" program. Lesson 2 covers language fundamentals like variables, data types, operators, and arrays. Lesson 3 discusses logical flow and conditionals. Lesson 4 focuses on strings, characters, and pointers. Lessons 5-7 cover functions, file I/O, and macros. Lesson 8 provides a summary of the entire course.

Uploaded by

ANIL kumar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

C Programming

Course Agenda
Lesson 1: Introduction

• Section Introduction

• About the C Language

• IDEs

• Hello World

• Section Summary

Lesson 2: Language Fundamentals


• Section Introduction

• Variables and Constants

• Printf and Scanf

• Data Types

• Commend Line Arguments

• Arithmetic Operators

• Flushing the input buffer

• Loops

• Arrays (1D)

• Arrays (2D)

• Challenge

• Section Summary

Lesson 3: Logical Flow


• Section Introduction
• Conditionals

• Switch

• Module Challenge - Part 1

• Module Challenge - Part 2

• Section Summary

Lesson 4: Strings, chars and pointers


• Section Introduction

• Pointers

• Stack and Heap

• Strings Pointers Null-terminations

• Char Arrays and Pointers

• Char Arrays and Functions

• Challenge

• Section Summary

Lesson 5: Functions
• Section Introduction

• Basic Functions and Arguments

• Pass By Value and Reference - Part 1

• Pass By Value and Reference - Part 2

• Challenge

• Section Summary

Lesson 6:File I/O


• Section Introduction

• Opening and Closing Files08:05


• Reading All Content Of A File

• Searching for Content Within A File

• Binary Files

• Binary File Challenge

• ASCII File Challenge

• Section Summary

Lesson 7: Macros
• Section Introduction

• Constants, Functions, Aliases

• Conditionals and Strings

• Challenge

• Section Summary

Lesson 8: Course Summary


• Course Summary

For information on the course, visit: https://www.simplilearn.com/c-programming-


certification-course

You might also like