HomeAuthor: VishaliniPage 5

Vishalini

Showing 81 - 100 of 110 results
This C program counts the number of lines, blank lines, and comments in a given program file. It reads the...
This C program converts an octal number to its equivalent binary representation. Converting numbers between different number systems is a...
This C program converts a binary number to its corresponding Gray code using iterative methods. Gray code, also known as...
This C program demonstrates how to print a semicolon without using the semicolon character itself. Problem Statement Write a C...
This C program finds the Greatest Common Divisor (GCD) and the Least Common Multiple (LCM) of two given numbers. The...
This C program finds the Greatest Common Divisor (GCD) of two given numbers. Problem Statement Write a C program that...
This C program finds the Least Common Multiple (LCM) of two given numbers. Problem Statement Write a C program that...
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...

Categories

Archives