arrow_back
Back
lock
NOTES
lock
Introduction-to-components-of-Computer-System-
lock
Introduction-to-Algorithm-and-Flowchart
lock
C Programming Top 25 questions: PART 1
lock
C PROGRAMMING TOP QUESTIONS: PART 2
lock
C PROGRAMMING THEROY QUESTIONS
lock
Array Answers
lock
string programs solution
lock
RECURSION SOLUTION
lock
THEORY QUESTIONS FROM BASICS OF C
lock
CONTROL STRUCTURES THEORY
lock
STRUCTURE & UNION THEORY QUESTIONS
lock
Array & strings
lock
OPERATOR & DECISION BASED QUESTION SOLUTIONS
lock
STRUCTURE PROGRAM
lock
ITERATION BASED PROGRAMS
lock
Functions Theory
lock
CODING SERIES
lock
DAY 1: Programs on if-else (character based)
lock
DAY 1-PROGRAMMING ON CHARACTER USING IF ELSE
lock
DAY 2: Programs on if-else
lock
DAY 2-PROGRAMMING
lock
DAY 3- Programs on Iterations
lock
Only for unit test: C pdf
lock
DAY 4- Programs on pattern printing
lock
DAY 5: Programs on Pattern Printing
lock
DAY 6: Programs on Pattern Printing
lock
DAY 7: Programs on function
lock
DAY 8: Programs on functions & loops
lock
DAY 9: Programs on 1D Array by surjesh sir
lock
All programs on switch cases
lock
Programs on iterations: Part 1
lock
All programs on iterations Part 2
lock
pattern ans series
lock
C PAPER SET 1
lock
C PAPER SET 2
lock
Components of Computer System
lock
Introduction To Programming Course
lock
Components of Computer System | Von-Neumann Architecture
lock
What is compiler? | Phases of Compiler
lock
Introduction to Operating System and its Functions
lock
What is Booting Process ? | How does Computer Start ?
lock
How CPU understands sequence of 0's & 1's | Basics of program execution
lock
Types of Programming Languages | Programming Language Classification | Programming Lecture 7
lock
How does Computer work?
lock
Concept behind formation of Number System
lock
Decimal To Binary-Octa-Hexa
lock
Live Lecture: Number System Conversion
lock
Quiz - Number System
lock
Introduction to algorithm and flowchart
lock
Introduction to an Algorithm
lock
Basic construct 1 - Sequence
lock
Basic construct 2 - Decision
lock
Basic construct 3 - Iteration
lock
characteristics of an algorithm
lock
Representation of Algorithm
lock
Various operators used during representation
lock
Rules for writing an algorithm
lock
Step form representation
lock
Flowchart Representation & need
lock
Basic symbols used in the Flowchart
lock
Advanced symbols used in the flowchart
lock
Example 1 - Finding Sum of Two Numbers
lock
Example 2 - Determining the remainder of a division operation
lock
Example 3 - Find the roots of a Quadratic Equation
lock
Example 4 - Swap two numbers using Third Variable
lock
Example 5 - Given number is Odd or Even
lock
Advantages & Disadvantages of Flowchart
lock
How to build a strategy to design an Algorithm
lock
About C language
lock
Need of Programming Language
lock
Classification of Programming Languages
lock
History of C Programming
lock
Introduction to C Programming _ Need of C Programming
lock
Keywords, Identifiers, Constants & Variables
lock
Character Set
lock
Tokens in C
lock
Identifiers in C
lock
Keywords in C
lock
Variables in C
lock
Structure of a C Program
lock
Basic Structure of a C Program
lock
Types of Instructions in C
lock
Data types in C
lock
Why do we need Data types in C
lock
Different types of Data types in C
lock
Integer Data Type in C
lock
Size of an Integer Data Type
lock
Overflow and Underflow in Integer Data Type
lock
Header Files Containing size of an Integer
lock
Character Data Type
lock
Size of Character Data Type
lock
Float & Double Data Type in C
lock
Live Lecture: C Programming Data Types
lock
Modifiers or Specifiers
lock
Size Modifiers/Specifiers
lock
Sign Modifiers/Specifiers
lock
Size & Sign Modifiers Combined
lock
Operators in C
lock
2's Complement
lock
Types of Operators in C
lock
Unary + - Operator
lock
Overflow in Unary - Operator
lock
Post Increment Operator & Post Decrement Operator
lock
Post Increment & Post Decrement Example 1
lock
Pre Increment Operator & Pre Decrement Operator
lock
Pre Increment & Pre Decrement Example 1
lock
Pre Increment - Decrement and Post Increment - Decrement Example 1
lock
Pre Increment - Decrement and Post Increment - Decrement Example 2
lock
Arithmetic Binary ADD, SUBTRACT, MULTIPLICATION
lock
Arithmetic Division Operator
lock
Arithmetic Modulus Operator
lock
Ternary Operator
lock
Relational Operator
lock
Logical NOT Operator
lock
Logical AND - Logical OR
lock
Short Circuit in Logical AND & Logical OR
lock
Bitwise AND, OR, EX-OR Operator
lock
Bitwise Complement Operator
lock
Bitwise Right Shift Operator
lock
Bitwise Left Shift Operator
lock
Assignment Operator
lock
Comma Operator
lock
Live Lecture: C programming
lock
Expression & Precedence of Operator
lock
Associativity and Precedence of Operators
lock
Associativity and Precedence Example Set 1
lock
Associativity and Precedence Example Set 2
lock
Data Type Conversions
lock
Implicit Type Conversion
lock
Explicit Type Casting
lock
Explicit Type Casting Example
lock
Basic I/O - printf()
lock
Console Input-Output
lock
Console output function PRINTF()
lock
How to print % and
lock
Width and Precision in Printf()
lock
Example on width and precision
lock
Flags in width and Precisison
lock
Width and Precision in Strings
lock
Basic I/O - scanf()
lock
Console input function SCANF()
lock
Taking Character value through SCANF()
lock
Advance properties of SCANF()
lock
Dynamic width and Precision
lock
IF statement
lock
Introduction to Control Statements
lock
IF statement
lock
Program 1 based on IF statement
lock
Program 2 based on IF statement
lock
IF-ELSE statement
lock
IF-ELSE statement in C
lock
Program 1 based on IF-ELSE statement
lock
Nested IF-ELSE statement
lock
Dangling IF-ELSE Problem
lock
Ladder IF-ELSE
lock
WHILE loop
lock
Types of Loop in C
lock
WHILE loop in C
lock
WHILE loop Example 1
lock
WHILE loop Example 2
lock
WHILE loop Example 3
lock
FOR loop
lock
FOR loop in C
lock
For Loop Example 1
lock
For Loop Example 2
lock
For Loop Example 3
lock
For Loop example 4
lock
For Loop Example 5
lock
For Loop Example 6
lock
For Loop variation 1
lock
For Loop variation 2
lock
For Loop variation 3
lock
For Loop variation 4
lock
For Loop variation 5
lock
DO-WHILE loop
lock
Do-While Loop in C
lock
Do-While Example
lock
Nested FOR loop
lock
Nested Fol Loop in C
lock
Nested For Loop Example
lock
BREAK statement in C
lock
CONTINUE statement in C
lock
SWITCH statement
lock
Introduction to SWITCH statement
lock
SWITCH syntax
lock
SWTCH Program 1
lock
SWITCH Tips & Traps
lock
Rule 1
lock
Rule 2
lock
Rule 3
lock
Rule 4
lock
Rule 5
lock
Rule 6
lock
Rule 7
lock
Rule 8
lock
One dimensional Array
lock
What is an Array and its need
lock
Initialization of an Array
lock
Valid Operations on an Array
lock
Declaration of size of an Array
lock
Overflow & underflow in an Array
lock
Example-1
lock
Example-2
lock
Example-3
lock
Example-4
lock
Example-5
lock
Strings in C
lock
Static Initialization of Character Array
lock
Dynamic Initialization of Character Array
lock
Static Initialization of String
lock
Printing string using %s
lock
Printing string using %c
lock
Printing string using puts()
lock
String input using %s
lock
String input using %c
lock
String input using gets()
lock
Character manipulation functions
lock
isdigit(), isalnum(), isalpha()
lock
islower(), isupper()
lock
toupper(), tolower()
lock
isspace(), isxdigit()
lock
ispunct()
lock
isprint(), iscntrl(), isgraph()
lock
String manipulation functions
lock
strcpy()
lock
strlen()
lock
strcat()
lock
strncat()
lock
strcmp()-Part1
lock
strcmp()-Part2
lock
strchr()
lock
strstr()
lock
Two dimensional Array
lock
Need Of 2D Arrays _ Real Life Examples
lock
Declaration of 2d Array
lock
Static Declaration
lock
Printing 2D Arrays- Static Initialization
lock
Printing 2D Arrays - Column wise
lock
Dynamic Initialization
lock
Printing Diagonal Elements
lock
Sum of upper & lower triangular elements
lock
Trace of a matrix
lock
Arrays of Strings
lock
Static initialization of Arrays of Strings
lock
Printing Arrays of Strings using %s - Part1
lock
Printing Arrays of Strings using %s - Part2
lock
Printing Arrays of Strings using puts()
lock
Taking input using gets() and %s
lock
Arrays of Strings - Example1
lock
Arrays of Strings - Example2
lock
Arrays of Strings - Example3
lock
Concept of Pointers
lock
Concept of Memory Address
lock
What is Pointers
lock
Size of Pointer
lock
De-referencing Operator
lock
De-referencing of Pointers - Example 1
lock
De-referencing of Pointers - Example 2
lock
De-referencing of Pointers - Example 3
lock
Basic Example
lock
Example 1
lock
Example 2
lock
Example 3
lock
Arithmetic operations on Pointers
lock
Null assignment
lock
Void pointer part-1
lock
Void pointer part-2
lock
Pointer to pointer assignment
lock
Integer Addition
lock
Integer subtraction part-1
lock
Integer subtraction part-2
lock
Pointer Subtraction Part-1
lock
Pointer Subtraction Part-2
lock
Pointer Comparison Part-1
lock
Pointer Comparison Part-2
lock
Invalid Pointers Operations
lock
Arrays & Pointers
lock
Arrays & Pointers - Part1
lock
Arrays & Pointers - Part2
lock
Arrays & Pointers - Part3
lock
Arrays & Pointers - Part4
lock
Arrays & Pointers - Part5
lock
Dynamic Memory Allocation
lock
Difference between Dynamic & Static Memory
lock
Dividing Memory into Blocks
lock
Malloc Part-1
lock
Malloc Part-2
lock
Calloc Part-1
lock
Calloc Part-2
lock
realloc()
lock
free()
lock
Functions without parameters
lock
Need of Functions In Programming
lock
Using Functions without parameters
lock
Example 1
lock
Example 2
lock
Example 3
lock
Example 4
lock
Function Prototype
lock
Functions with return value
lock
Return value Example-1
lock
Return value Example-2
lock
Return value Example-3
lock
Return value Example-4
lock
Functions with parameters
lock
Using Functions with Parameters
lock
Program-1
lock
Program-2
lock
Program-3
lock
Program-4
lock
Program-5
lock
Recursions
lock
Recursion MCQ's
lock
Coding Series
lock
Basic C programming : Day 0
lock
Basic C programming : Day 1
lock
Advance C Programming PART 1 : Number System
lock
Advance C Programming PART 2 : Number System
lock
Advance C programming PART 3 : Number System
lock
Advance C programming PART 4 : Number System
lock
Advance C programming PART 5 : Number System
lock
Advance C programming PART 6 : Number System
lock
Advance C programming PART 7 : Number System
lock
Advance C programming PART 8 : Number System
lock
POINTER AND STRUCTURE
lock
RECURSION PART 1
lock
RECURSION PART 2
lock
RECURSION PART 3
lock
RECURSION PART 4
lock
RECURSION PART 5
lock
ADVANCE C LECTURES ON MATRIX PROGRAMS
lock
Concept of Structures
lock
Need Of structure & Union
lock
Declaration of a Structure
lock
Initialization of Structure
lock
Different ways to Declare a Structure
lock
Different ways of Initialization
lock
Initialization Example 1
lock
Initialization Example 2
lock
Initialization Example 3
lock
Initialization Example 4
lock
Dynamic Initialization
lock
Equating & Comparing Structure Variables
lock
Array of Structures
lock
What is Array of Structures?
lock
Static Initialization of Arrays of Structures
lock
Dynamic initialization of Arrays of Structures
lock
Nested Structures
lock
Nested Structures - Part1
lock
Nested Structures - Part2
lock
Nested Structures - Part3
lock
Passing Structures to a function
lock
How to pass Structures as a parameter in functions
lock
Passing Structure to a function - Example 1
lock
Passing Structure to a function - Example 2
lock
Pointer to a Structures - Example 1
lock
Pointer to a Structures - Example 2
lock
Pointer to a Structures - Example 3
lock
Passing address of Structures to a function
lock
Passing address of Structures to a function - Example
lock
Unions
lock
What is Union in C
lock
Size of Union & Structure
lock
Storing values in Union -Example 1
lock
Storing values in Union -Example 2
lock
Storing values in Union -Example 3
lock
MCQ Series
lock
C Programming MCQ Lecture 1
lock
Strings and Pointers
lock
2D array
Preview - C Programming (Basic to Advance)
Discuss (
0
)
navigate_before
Previous
Next
navigate_next