What is Programming, Why we use C, Where we use C now-a-days, Applications of C
Example of ProgramsHistory of C, First Program - Hello! World, Basic Structure of C Programming, Tokens, Keywords, Identifiers in C, Format Specifiers
Example of ProgramsBuilt-in Data Types, int, float, double, char, signed/unsigned
Some Example of ProgramsIntroduction to Programming Languages, Types of software's, Operating Systems, Dos commands, Editor, Compiler, Interpreter, Loader and Linker. Machine Level Languages, Assembly Level Languages, High L
Example of ProgrammingHistory and Features of C, Basic Structure of C Programming, Simple C programs, Program execution phases, Number systems, Format specifiers, Identifiers, Character set, Constants, Backslash Character
Example of ProgrammingArithmetic Operators, Unary Operators, Relational and Logical Operators, The Conditional Operator, Library Functions, Bitwise Operators, The Increment and Decrement Operators, Bitwise Operator, Specia
Example of ProgrammingBuilt-in datatypes, user defined datatypes, Integer Datatypes, Floating-point Numbers, Converting Integers to Floating-point and vice-versa, Mixed-mode Expressions, The type cast Operator, The type
Example of ProgrammingThe if statement, The if-else statement, else-if statement, Nesting of if statements, The conditional expression, The switch statement, The while loop, The do…while loop, The for loop, The nesting of
Example of ProgrammingWhat is Function? Why we need function? Features of Function, Type of Functions Function Prototypes, Defining a function, Calling a function, Return statement, Nested Functions, Flow of function calli
Example of ProgrammingOne Dimensional Arrays, Two Dimensional Array, Multi-Dimensional Arrays, Passing Arrays to Functions
Example of ProgrammingWhat is characters? What is String?, Difference between character and strings, reading and printing a character using library function, Reading and printing a string using library function, String han
Example of ProgrammingBasics of Pointers, Pointers and One-dimensional Arrays, Pointer Arithmetic, Similarities between Pointers and One-dimensional Arrays, Null pointers, Pointers and Strings, Call by value and Call by re
Example of ProgrammingBasics of Structures, Arrays of Structures, Arrays within Structures, Structures within Structures, Passing Structure to a function, Structures using pointers, Unions and its features.
Example of ProgrammingStorage Classes and Visibility, Scope and Lifetime of variables, Automatic or local variables, Static variables, External variables and Register variables.
Example of ProgrammingWhat is static and dynamic memory allocation? And difference between static and dynamic memory allocation, Allocating Memory with malloc, Allocating Memory with calloc, Freeing Memory, Reallocating Me
Example of ProgrammingFile Inclusion, Macro Definition and Substitution, Macros with Arguments, Nesting of Macros, Conditional Compilation
Example of ProgrammingDefining and Opening a file, Writing into a file, Reading a file content, Closing Files, Input/output Operations on Files, Predefined Library Streams, Error Handling during I/O Operations, Random Acce
Example of Programming