This course is designed for students who are beginners in coding world.
Hey I am harshika with 11+ years of experience in software training.
In this course , clear explanation with softcopy notes | assignment and interview content will be provided by me.
Students will be able to write code confidently after completion of course.
So huury up and take the course.
Course contents of c programming language :
Introduction to computers
Introduction to c programming
Basics that includes keywords, comments , escape sequence , printf scanf , tokens and basic program format and programs
Variables and data types
Scope of variables i.e local and global
Operators
arithmetic Operators
assignment Operators
comparison Operators
Control statements that has Decision Making , looping and loop control
Arrays and strings
One dimension and multi dimension arrays
Functions recursion
call by value and call by ref
Pointers
Structure and union
Dynamic memory allocation that has malloc calloc free
Pre processor directives
File handling