HomeAuthor: SandhyaPage 3

Sandhya

Showing 41 - 54 of 54 results
This C program converts a decimal number to its binary representation using recursion. It takes a decimal number as input...
This C program converts a binary number to its octal equivalent. Problem statement The program takes a binary number as...
Introduction This C program prints a diamond pattern based on the number of rows provided by the user. It uses...
In this Python program, we will convert temperature values from Celsius to Fahrenheit. The Celsius and Fahrenheit scales are two...
This C program determines whether a given year is a leap year or not. A leap year is a year...
This C program converts time from the 12-hour format (HH:MM AM/PM) to the 24-hour format (HH:MM). It takes the input...
This C program converts a given number of days into years, months, and remaining days. It uses a function called...
This program calculates the factorial of a given number using recursion. Problem statement Given a positive integer, we need to...
This C program prints Pascalโ€™s triangle based on the number of rows entered by the user. Pascalโ€™s triangle is a...
This C program converts a binary number to its decimal equivalent using the power of 2. It takes a binary...
This C program converts a decimal number to its equivalent octal representation. Problem statement You need to convert a decimal...
This C program finds missing numbers in an array. It takes an array as input and prints the numbers that...
This C program finds the first N Fibonacci numbers and displays them. Problem statement Write a C program to find...
Introduction This C program calculates the Nth Fibonacci number using recursion. The Fibonacci sequence is a series of numbers in...

Categories

Archives