All videos of Programming and Data Structures for Computer Science Engineering (CSE) Exam
Input/output and Math Operators in C
Increment and Decrement Operators
More on Increment and Decrement Operators
1 Crore+ students have signed up on EduRev. Have you?
Continue with Google
Download the App
Control Structures in C
Practice Questions on Control Structures- 1
GATE 2015 Question on Control Structures
GATE 2017 Question on Control Structures
Practice Questions on Control Structures- 2
Practice Questions on Control Structures- 3
Functions in C
Programming Example of Function
Function Definition and Function Declaration
Types of Functions Void and Non Void
Local Parameter of Function
Example 1 on Storage Class
Example 2 on Storage Class
Example 3 on Storage Class
Example 4 on Storage Class
GATE 2012 Question on Storage Class
GATE 2019 Question on Storage Class
Recursive Functions - Introduction
Recursive Function Find Sum of First N Natural Numbers
Recursive Function to Find X Raise to Y
Recursive Function to Find Fibonacci Number
Recursive Function for Decimal to Binary
Recursive Function to Convert Decimal to Hexadecimal
Practice Question on Recursion
GATE 2018 Question on Recursion
GATE 2017 Question on Recursion
GATE 2016 Question on Recursion
GATE 2019 Question on Recursion
Pointers in C
Demonstration of Pointers Using C Program
Example Program 1 on Pointers
Example Program 2 on Pointers
Example Program 3 on Pointers
Passing Address to Function Call by Address
Call by Address Example- 1
Call by Address Example- 2
Swapping Value of Two Variables Using Call by Address
GATE 2015 Question on Pointers
GATE 2016 Question on Pointers
Relation Between Array and Pointer- 1
Relation Between Array and Pointer- 2
Traverse Array by Using Pointer
GATE 2019 Question on Array and Pointers- 1
GATE 2019 Question on Array and Pointers- 2
Creating Variables Using Malloc
Create Array Using Malloc
Demonstration Program for Creating Array Using Pointer
Two Dimension and Pointer
Demonstration Program of 2-Dimension Array and Pointers
GATE 2003 Question on Pointer
GATE 2000 Question on Pointer
Character Handling In C
Char Datatype Fundamentals
Array of Char and Pointers
GATE 2011 Question on Array of Char
GATE 2002, 2008, 2017 Question on Array of Char
Structures In C
Structure Declaration Using Typedef
Demonstration Program on Structures
GATE 2018 Question on Structures
Self Referential Structure
Link List
Data Structure Introduction
Comparison of Link List with Arrays
Singly Link List Program- 1
Singly Link List Program- 2
Singly Link List Program- 3
Circular Link List Program- 1
Circular Link List Program- 2
Doubly Link List Program- 1
Doubly Link List Program- 2
Doubly Link List Program- 3
Doubly Link List Program- 4
Print Singly Link List in Reverse Order
Convert Singly Link List in Reverse Order
GATE Questions on Link List- 1
GATE Questions on Link List- 2
Stack and Queue
Circular Queue Using Array
Binary Tree
Binary Search Tree Fundamentals
Terms Used in Binary Tree
Binary Tree Program to Insert Node
Recursive Function for Inorder Preorder and Postorder- 1
Count Leaf Nodes in a Binary Tree
Count Number of Non Leaf Nodes in Binary Tree
Construct Binary Tree from Traversal Outputs
Delete a Node from Binary Tree
GATE 1995, 1996 Questions on Binary Tree
GATE 1997, 1998, 2000 Question on Binary Tree
GATE 2018 Question on Binary Tree
Multiway Tree
GATE Questions on Multiway Tree
AVL Tree
Rotation Algorithm for AVL Tree
Construction of AVL Tree Example- 1
Construction of AVL Tree Example- 2
Expression Evaluation
Infix, Prefix and Postfix Notation
Algorithm to Evaluate Postfix Expression
Infix to Postfix Conversion Algorithm- 1
Infix to Postfix Conversion Algorithm- 2
GATE Questions on Expression Evaluation
GATE 2018 Question on Expression Tree
Binary Heap
Construction of Max Heap- 1
Construction of Max Heap- 2
GATE 2009, 2014, 2001, 2015 Question on Binary Heap
GATE 2011, 2009 Question on Binary Heap
Graph Data Structure
Types of Edges in DFS Traversal
GATE 2006 Question on DFS Traversal
GATE 2008 Question on DFS Traversal