HomeAuthor: VishaliniPage 9

Vishalini

Showing 161 - 110 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...

Categories

Archives