- Floyd’s Triangle Code
- Find duplicate numbers in array
- Find all pairs of integer array whose sum is equal to a given number.
- Pointer to Array Vs Array of Pointer in C
- Check if given String is Palindrome.
- Check if Two Strings are rotation of each other.
- Reverse Words in Given Sentence without using any library method.
- Count number of vowels and consonants in a given string.
- Check if string contains only digits.
- Reverse a given String Using Recursion.
- Print first non duplicate Character from String.
- Check if two Strings are anagrams of each other.
- Print Duplicate Characters in String
- Print numbers Without Semicolon in code With C
- BFS of Binary Tree in C
- Order Strings in Dictionary order in C
- Enum and Union Example in C
- Reverse a Singly Linked List
- Declare Function inside main function in C
- Dynamic memory Allocation to static array in c