C Programming Videos Get link Facebook X Pinterest Email Other Apps Unit 1 Videos 1. What is a computer? Block diagram of computer 2. Program Counter3. What is Programming ? Types of Programming Languages4. What are algorithms, Characterstics of algorithm5. What are Flowcharts, Different Symbols used in Flowchart6. What is C Programming Features of C Applications of C7. Devcpp Installation Structure of C First C Program8. Variables Keywords Identifiers in C9. Primitive Datatypes in C Language10. Operators Arithemtic and Relational Operators in C11. Logical and Bitwise Operators in C12. Increment and Decrement Assignment Operators13. Comma Operator Typecasting in C14. Operator Precedence and Associativity in C15. Compilation and Execution in C16. Basic Input and Output in C17. Constants in CUnit 2 Videos 1. simple if and if else statement in C2. else if ladder and nested if in C3. Switch statement in C4. While Loop Sum of digits of a number Perfect Number 5. Prime number or not using while and for loop6. for loop do while loop factorial and armstrong number in C7. Break and Continue in C, Fibonacci series in C8. Palindrome number in C9. Nested Loops Introduction in C, Square Star Pattern in C10. Nested Loops Right angled Traingle Pattern in C11. Nested Loops Part 3 Inverted Right Triangle Pattern in C12. C Program to Print Primes in Given Interval13. Goto statement in C and exit() function in CUnit 3 Videos1. What are Arrays ? Creation and Syntax ? Uses of Arrays 2. Why Array index start with 0? Address calculation using formulas 3. Types of Arrays in C (IN Dimensional POV) 4. Runtime Initialization of 1D & 2D Arrays. 5. Sum and Average of elements of 1D array in C.6. Max and Min element of 1D Array, Linear Search in 1D Array7. C Program to reverse the Array using swap logic.8. Bubble Sort in C Programming 9. Removal/Eliminate Duplicate elements in 1D Array in C10. C Program to perform matrix addition 11. C Program to perform matrix multiplication12. C Program to perform matrix transpose13. C Program to remove the duplicate elements in Sorted Array14. What are Strings ? Compile and Run time initialization of strings15 String Handling functions in C Programming16 Some string handling functions implementation (strrev, strcpy, strcat, strlen)Unit 5 Videos1. What are functions? Why they are needed ? Function declaration Definition and Calling2. Types of functions with respect to Parameters and return values in C3. What is a pointer ? Pointer Basics Necessary for Call by reference4. Parameter passing Techniques in C, Call by value and Call by reference5. Local and Global variables in C with a example program. Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment