In this post, I’m going to share a list of some C programs which includes basic, intermediate and advanced level codes. This will definitely help you in your studies and better understanding.
You can now also execute C/C++ code on our online compiler.
C Programs List:
- C++ program to concatenate two Strings using Pointer
- Different ways to pass Array into Function in C++
- Mobile Numeric Keypad Problem: Solution in C++
- How to count number of non repeating digits in a Range C++
- C++ Program to check if word exists in Grid or not
- C Program to Implement Coppersmith Freivalds Algorithm
- Count number of equal pairs in a String in C++
- Number of substrings of binary string containing K ones
- Maximum points from top left to bottom right of Matrix
- Highway Billboard Problem: Dynamic Programming
- Find length of the longest sub-sequence in C++
- Implement K stacks in single Array C++
- Implement K queues in single Array C++
- Find minimum number of distinct elements after removing M items
- Program to find number of ways to distribute Objects
- Program for K Most Recently Used (MRU) Apps in C++
- Find Root using Newton-Raphson method in C++
- Rearrange Array’s Even and Odd values in Ascending order C++
- Sort even number in ascending order and odd number in descending order C++
- Check if it is possible to make array increasing or decreasing by rotating it
- Program to check if Tree is Binary Search Tree C++
- Check if sum of Fibonacci elements in an Array is a Fibonacci number or not
- Sum of all numbers in the given range which are divisible by M
- Implement Stack using Linked List in C++
- C++ Program to swap two numbers using call by reference
- Amazon Interview Experience SDE Off Campus
- Bank Management System Program in C++
- Program to find reverse number in C++
- Display current Date and Time in C++
- C++ Program to find factorial of a Number
- Program to Find Armstrong Number C++
- Using Herons Formula find area of Triangle in C++
- Program to implement Bubble Sort in C++
- Program to find Perfect Number Program in C++
- Program to convert Decimal to Octal in C++
- C++ Program to Find Even Odd number
- Program to Check if a number is Palindrome Number C++
- Write a program to Print Fibonacci Series in C++
- Find HCF and LCM of two numbers in C++
- Check if a given number is a Prime number in C++
- C++ Program to swap two numbers without using temporary variable
- Function Pointers in C
- C Program to print map of India
- Count pairs of non-overlapping palindromic sub-strings of the given string
- Maximum volume of cube for every person when edge of N cubes are given
- Bouncing Ball animation in C++ with glfw
- Program to implement Stack using Arrays in C C++
- New Program to Solve Quadratic equation in C++
- Write a C++ program to Make Calculator
- Minimum removals in a number to be divisible by 10K
- Ceiling in right side for every element in Array
- Ways to write N as sum of two or more positive integers
- Find four factors of N with maximum product and sum equal to N
- Cohesity internship interview
- C Program to merge two files and store result
- Convert Octal to Hexadecimal in C++
- Solution for N Queens Problem using Backtracking in C
- C Program to Print Map of India
- Program to implement Round Robin Algorithm in C
- Program to find Inverse of Matrix C++
- Tower of Hanoi in C
- Pointers in C
- C++ Program to generate CAPTCHA and verify user
- The Standard Input Output File in C
- Digital Communications Questions and Answers – Cellular Systems
- Structures in C: Study
- The C Preprocessor: In depth
- Understanding “volatile” keyword in C
- Check if there is a root to leaf path with given sequence
- Minimum swaps to make two array identical
- C++ Program to Solve any Linear Equation in One Variable
- Method overloading vs Method Overriding
- Padding and Packing in C Programming
- Program to implement RSA algorithm in C
- Red Black-Tree(RB-Tree) implementation in C++
- Implement function overloading to find Area of Shapes
- C++ Program for Tower of Hanoi
- Program to implement Heap C++
- Program to implement Hash Tables C++
- Priority Queue in STL implementation in C++
- C++ Program to Implement Floyd Warshall Algorithm
- Shortest Path using Bellman Ford Algorithm
- Find LCM and HCF of 3 numbers in C++
- Program to draw Pascal triangle in C++
- Program to draw Reverse Pyramid in C++
- Some unknown features or tricks in C language
- Default Arguments C++: Look at them Closely
- Program to check Strong number in C++
- C++ program to print successor of a Number
- Program to Display Size of various Data Types in C++
- Program to find the Number of Vowels, Consonants, Digits and White Space in a String
- Programmers Funny C++
- Program to convert Celsius to Fahrenheit in C++
- Rotate Image by 90 degree in C++
- Union and Intersection of Arrays C++
- Median of two sorted arrays Program C++
- Multiple Inheritance in c++ example
- Program to implement Linked List in C C++
- For loop Optimization
- Show current Date and Time in c++
- Program to find Transpose of Matrix in C++
- Program Shortest Path using Kruskal algorithm in cpp
- Program for Shortest path using Dijkstra Algorithm in c++
- C++ Program to find the Slope of line
- Program to find GCD and LCM using Euclids Algorithm in C++
- Sum of even & odd numbers in c++
- Shortest Way to check whether given number is even or odd.
- How -1 is greater than 4?
- Explain the Output: printf("%%%%");
- Effective way to Swap two numbers using xor
- Matrix multiplication in C++
- Table of a number in C++
- GCD of 2 numbers in C++
- Addition of two matrix in C++
- Pure Virtual Destructor in C++
- Program to find Maximum and Minimum element in Array C++
- Program to Insert Update and Delete elements in Array in C++
- Program to Reverse an Array in C++
- Explain the unexpected behaviour
- Data Types in C++
- Operator Overloading in C++
- Powerset Algorithm C++
- C program without main ()
- Add two numbers without using arithmetic operators in C++
- Program to calculate grade points GPA in C++
- Find last prime number in C++
- C++ Program to find cube of number
- C++ Program to check if number is prime or composite
- Program to Find the simple interest in C++
- Hangman Game C++
- Drawing Taj Mahal C++
- Program to create Inverted triangle shape C++
- Program to display filled isosceles triangle in C++
- Detect keypress and print ASCII value C++
- Program to Draw Hollow diamond Shape in C++
- Find factorial using recursion in C++
- Simple program to print right triangle shape in C++
- Program to implement Linear Search C++