C Programming

Showing 41 - 60 of 146 results
This C program finds the Highest Common Factor (HCF) of two given numbers using recursion. Problem Statement Write a C...
This C program finds the Highest Common Factor (HCF) of two given numbers without using recursion. Problem statement Write a...
This C program finds the Greatest Common Divisor (GCD) and the Least Common Multiple (LCM) of two given numbers using...
This C program checks whether a given string is a palindrome or not using recursion. Problem Statement Write a C...
This C program finds the largest and smallest possible words, which are palindromes, from a given input sentence. Problem Statement...
This C program checks whether a given string is a palindrome or not without using any built-in string reversal function....
This C program is designed to count the number of trailing zeros in the binary representation of an integer. Trailing...
This C program checks whether a given number is a palindrome or not. What is a Palindrome? A palindrome is...
This C program checks whether a given integer has an alternate pattern, i.e., whether the binary representation of the integer...
This C program finds the frequency of a substring in a given string. Problem statement You are required to write...
Tic Tac Toe is a classic paper-and-pencil game played on a 3×3 grid. The objective of the game is to...
This C program calculates the determinant of a square matrix provided by the user. Problem statement Given a square matrix...
Intro This is a C program that enables users to manage employee records through a menu-driven interface. The program uses...
This C program reads a file, deletes a specific line chosen by the user, and writes the modified content back...
This C program finds the first and last occurrence of a target character in a given string and displays their...
This C program finds the next lower power of 2 for a given integer using bitwise operations. Problem statement Given...
In this program, we will write a C program to read a file and capitalize the first letter of each...
This C program calculates the power of a given number raised to a specified exponent using a loop. Problem Statement...
This C program calculates the area of a parallelogram using the base and height provided by the user. Problem statement...
This C program allows you to delete a specific line from a file. It takes the name of the file...

Categories

Archives