Welcome to Jayant Learning Center :
Here excellence develops, we learn to develop and design world.
Note :
we want you to use multiple IDE for learning, this verifies your code portability.
Programming in C :
Pre requirement :
No prior programming knowledge is required. It will be helpful if you have programmed before in any language but it is optional
Contents :
| Lecture Name | Description |
|---|---|
| Intro to programming | Basics terms such as software, programs, technology etc. |
| History of C | History behind development of c and first hello world program. |
| Printing on Screen | Comments, Using printf to get output on screen |
| Variables | Datatypes and variables |
| More on variables | variables in more depth |
| Operators | unary, binary, ternary operators, postfix unary, prefix unary, arithmetic, relational, logical, bitwise |
| More on Operators | short circuit behaviour of and, or, rule of associativity, rule of precedence |
| Arrays | short circuit behaviour of and, or, precedence, associativity |
| Control statements | types of control structures, if..else, switch...case, ternary |
| More on Control Statements | loop control structure, while, for, do..while |
| Functions | Types of function, evaluation order, arguments |
| Pointers | pointer types, pointer arithmetic |
| More on Functions | call by value, call by reference, nested function declaration, recursive functions |
| Preprocessor Directives | header files, macros, types of preprocessor |
| More on Preprocessor | conditional preprocessors. |
| Built in functions | prototype of functions related to string, number, character, error, buffer and memory |
| Reference Guide | a quick reference guide for useful functions in c |
| Functions With Pointers | functions returning pointers as return type |
| Built in Functions of char type | Formation of built in char related functions, generating dll, using dll with programs. |
| Structures in C | why structures?, where to use them?, syntax of structure, value access inside structure, direct and indirect component selector, memory formation, typedef with structure, pointers with structure. |
| File Handling | file operations, FILE buffer, file handling functions, usage with example for each function |
| Interesting-Facts-About-C | body of c program without braces, keep buffer open till a specific letter is typed. |