C Coding - The Beginning
Introduction to C Coding - C is a powerful general-purpose programming language.
₹2,499
(40% off) ₹4,200
To be scheduled based on demand. Sign up here if you are interested in this course.
Sreedevi A H
Schedule: 1.45 hour per day for 12 days
10 Modules | 21 hours
TBD
Level: Beginner
Medium : English and Malayalam
Reach us @(+91) 79942 11666

What you'll learn
Introduction , C Compilation pases , difference between other compilation pases , data types, storage identifiers loops and statements, Arrays, Functions , Strings.
Who can learn
Age 10 to 12 / Computer operations basic knowledge .
Industry relevance and need
C is one of the foundations for modern information technology (IT) and computer science (CS). C is the base for almost all popular programming languages and hence C is one of the most commonly used programming languages in academics and industries. Once students have learned C, they can pick up any other languages by themselves. It is a robust language whose rich setup of built in functions and operator can be used to write any complex program. The C compiler has the capabilities of an assembly language with the feature of high level language. Therefore it is well suited for writing both system software and business package
Skills to be acquired
-
C is the mother of all languages and few reasons to consider learning C is that it makes your fundamentals very strong.
-
To develop student's critical thinking capabilities and logical learning methodologies.
-
To start his core coding career
Curated by
Bloombloom
Course Delivered by

Sreedevi A H
Founder & Global Director at STEM Robotics Internationals
Sreedevi HA is a M.Tech graduate, a passionate trainer in most of the coding application and software development areas. She believes that children engaged with coding activity will in turn develop logical and creative skills.
Course Curriculum
Module 1 | C Basics - Invention and characteristics; Compilation phases ,
Structure of C Program - A Sample Program |
Module 2 | Input and output operations in C . Data types in C :
Basic types, Enumerated types, the type void , derived
type , Integer types, Floating Point types, Character data types |
Module 3 | Finding the size of data types , Format Specifiers |
Module 4 | Modifiers in C - Type modifier flags in C, Operators in C |
Module 5 | Storage classes in C , Input Output operations |
Module 6 | C conditional statement - if, if -else , switch case statements |
Module 7 | Pre increment / post increment Loops in C - for , while , do while |
Module 8 | Array - 2 dimensional , multi dimensional arrays |
Module 9 | Functions - Defining a function - return type, function name,
parameter passing, function body, return |
Module 10 | Strings: Using Character array, using string literal,
get string input from user, gets and puts |