Showing 101 - 120 of 135 results
ASCII (American Standard Code for Information Interchange) is a character encoding standard that represents characters using numeric codes. Each character...
The Tower of Hanoi is a classic mathematical puzzle that involves moving a stack of disks from one peg to...
The Snake Game is a classic video game where the player controls a snake that moves around a grid or...
In this program, we will learn how to create a file in C and store information in it. File handling...
In computer programming, bitwise operations are frequently used to manipulate individual bits in a binary representation of data. One common...
This C program showcases the implementation of a Bit Array data structure. A Bit Array, also known as a Bitset,...
In this C program, we will calculate the volume and surface area of a cube. A cube is a three-dimensional...
This C program calculates the mean, variance, and standard deviation of a set of numbers. These statistical measures are commonly...
This C program calculates the roots of a quadratic equation of the form ax^2 + bx + c = 0....
Introduction This C program calculates the Nth Fibonacci number using recursion. The Fibonacci sequence is a series of numbers in...
This C program prints the name of the program and all its command-line arguments. In C programming, command-line arguments allow...
In this program, we will write a C program to find the Nth Armstrong number. Problem Statement: We need to...
In this program, we will write a C program to find the sum of each row and column of a...
This program adds two binary numbers in the C programming language. Problem Statement Given two binary numbers as input, write...
This program prints all Armstrong numbers between 1 and 100 in the C programming language. Problem Statement Given a range...
This program calculates the sum of the first n natural numbers using recursion in the C programming language. Problem Statement...
This C program checks whether a given number is a palindrome or not, where the number is entered by the...
This C program reverses a given number, where the number is entered by the user. The program then prints the...
This C program checks whether a given number is a perfect number or not, where the number is entered by...
This C program checks whether a given number is an Armstrong number or not, where the number is entered by...

Categories

Archives