- Experienced faculty
- Simplified explanations
- Theoretical Concept / Practicals
- Practice Questions and Regular tests
- Doubt clearing, Discussion & Mock Viva
- Practical and Project Files
- For XIth, XIIth, BCA, B.Tech, BSc. (IT), O-Level, MCA students.
For XIth, XIIth, BCA, B.Tech, BSc. (IT), O-Level, MCA students.
Learn the Essential Building Blocks of C Programming and Boost Your Career
UNIT I
C basics : C character set, Identifiers and keywords, Data Types, constant, symbolic constants, variables, structure of basic c program, writing and executing c programs, preprocessor directives, expression statements, compound statements, operators : Unary (increment and decrement), Binary operator (Arithmetic, Relational, Logical), Turnary Operator.
C Control Statments : if statments, if..else statement, else if ladder, while, do-while, for and switch statement, nested control structure, break and continue statements, exit and goto statements.
UNIT II
C Functions : Function declaration, definition & scope, recursion, call by value, call by reference, Preprocessor directives #define, macros with arguments, nested macros, conditional compilation.
Storage classes : automatic, external (global), static & registers.
Arrays : Arrays (1D,2D), strings, pointers, pointers to funcitons, array of pointers to functions.
UNIT III
Structures : Structures, Unions, enumerations, passing structure to functions, arrays and structurs, difference between structures and unions, self referential structures.
File Handling : file input output operations, file access modes, file pointers.
UNIT IV
Standard library : function from stdio.h, stdlib.h, math.h, ctype.h, string,h, process.h, usage of command line arguments.
Along with 200+ Programs and a project.