The course is about c Programming languages
Student can learn Basic fundamental of c ,Defining the C language
· Exploring basic C concepts
· Character Sets and Tokens
· Developing a Simple C Program Exploring Data Types
· Introducing Constants and Variables
· Declaring and Initializing Variables
· Introduction to Const and Volatile Type Qualifiers
· Explaining Data Type Modifiers Input/output Functions
· The printf() function
· The printf() place holders
· Escape Sequence
· The scanf() function
· The getchar() function
· The gets() function
· The putchar() function
· The puts() functionExploring the syntax of a control structure
· Working with Conditional Statements
· Working with Iterative Statements
· Working with Jump Statements Introducing Arrays
· Working with One-Dimensional and TwoDimensional Arrays
· Limitations of Arrays
· Working with Functions (Function Definition and
Invocation)
· TypesOf Functions
· Built-in Functions
· User-defined Functions
· Parameter passing mechanisms
· Passing Arrays in Function
· Local and Global Variables
· Static and Register variables
Module 7: String Handling in C
· Understanding Strings in C
· Declaring and Initializing a String
· Reading and Displaying the Strings
· Creating an Array of Strings
· Performing String Operations
· Using various String Handling Functions.