C language in Simple Language
C Programming
Description
C is a Programming Language. Just like a normal language example English to communicate with human beings , similarly C is programming language which is used to communicate with Computers / Electronic Machines. This is the reason why C is also called as its a Computer Language.
Using C language, we can make different types of programs / Applications. Operating System, Notepad, Games etc these are some of the examples developed using C language. C is also called Procedure oriented programming language as it divide large complex programs into smaller procedures (functions).
In this course we are going to cover:
Fundamentals of C language which includes:
Programming Language, Character set, tokens, Keywords and identifiers, Variables and data types,
Types of operators (Arithmetic operator, Logical operator, Relational operator, Bitwise operator, Assignment operator, conditional
operator) and Precedence and associativity
Input output Operations which includes:
printf(), scanf(), getch() and Formatted input and formatted output
Decision statements:
if statement, if-else statement, Nested if-else statement, Conditional operator, Switch statement
looping statements:
while loop , do-while loop, for loop , Nested for loop
Jump statements:
break, continue , goto , exit
Arrays:
One dimensional array
Two dimensional array
Strings: Declaration of string, Initialising string, String Library functions like strlen(), strcpy(), strlwr(), strupr(), strcat() and strcmp()
This course will be taught conceptually as well as practically.
What You Will Learn!
- Students will learn how C language is simple just like our normal language eg. Learning English language
Who Should Attend!
- Secondary + Undergraduate students with any stream