Pointers
Pointers are variables that store the address of other variables. Every variable is stored in the memory and each memory location has its own memory address. It enables us to pass variables by reference.
Top Problems related to Pointers
Reverse string Word Wise
Intersection of Two Arrays II
Deletion In Circular Linked List
Remove Consecutive Duplicates From String

Smallest Subarray With K Distinct Elements

Minimum Subarray With Required Sum

Longest Sub-string with at most K Distinct Characters

Shortest substring with all characters

First Negative In Every Window

Find Pairs

Valid String

Change Start Node

Divide Linked List In Two

Reverse Linked List

Find All Triplets With Zero Sum

Longest Unique Substring ll
Sum Of Two Arrays

Maximum Sum Of (i * ARR[i]) Among All Possible Rotations Of An Array

Chocolate Problem

Chocolate Fest

Shortest Substring with all characters