AniketTheProgrammer
Home
(current)
Courses
Projects
YT Projects
Coding Questions
Notification
Contact Us
Log In
All Topics
C Language
C++ Language
Greedy Algorithm
Hashing
Java Language
Linked List
Python
Queue
Stack
String
Sorting
Searching
Recursion
Backtracking
Dynamic Programming
Graph Theory
Bit Manipulation
Mathematics
Sliding Window Technique
Divide And Conquer
Matrix Manipulation
Two Pointers
Binary Tree
Topic: C-question / Level: Beginner
121. Write a program to find the circumference of a circle.
122. Write a program to convert kilometers to miles.
123. Write a program to print all divisors of a given number.
124. Write a program to check if a string is a valid phone number.
125. Write a program to find the sum of two fractions.
126. Write a program to sort an array using quicksort.
127. Write a program to calculate the compound interest.
128. Write a program to find the mode of a dataset.
129. Write a program to generate random passwords.
130. Write a program to implement depth-first search (DFS) in a graph.
131. Write a program to implement breadth-first search (BFS) in a graph.
132. Write a program to find the longest increasing subsequence in an array.
133. Write a program to implement a simple email validator.
134. Write a program to check if a string is a valid date.
135. Write a program to find the determinant of a matrix.
136. Write a program to check if a number is a palindromic prime.
137. Write a program to find the intersection of two linked lists.
138. Write a program to implement a basic file reader.
139. Write a program to count the number of words in a file.
140. Write a program to calculate the length of a linked list.
141. Write a program to implement a hash table.
142. Write a program to reverse a linked list.
143. Write a program to merge two linked lists.
144. Write a program to check if a linked list has a cycle.
145. Write a program to find the middle element of a linked list.
146. Write a program to implement a basic calculator using functions.
147. Write a program to count the number of times a substring appears in a string.
148. Write a program to remove all vowels from a string.
149. Write a program to implement a basic to-do list.
150. Write a program to find the last occurrence of a character in a string.
Previous
1
2
3
4
5
6
7
Next
More Levels
Intermediate
Advanced
Most Visited
Write a program to find the sum of the digits of a given integer.
Write a program to find the GCD (greatest common divisor) of two integers.
Write a program to find the number of words in a string.
Write a program to calculate the power of a number using loops.
Write a program that checks whether a given integer is even or odd.
Write a program to find the longest palindromic subsequence in a string.
Write a program to implement a simple e-commerce website backend.
Write a program to check if a given string is a palindrome.
Write a program to find the longest palindromic substring using dynamic programming.
Write a program to find the maximum sum of a subarray with a given size.
Write a program to implement a simple web server.
Write a program to implement a simple interest calculator.
Write a program to implement a simple file manager.
Write a program to implement a priority queue using a binary heap.
Write a program to implement a simple web server.