C Programming

Showing 61 - 80 of 146 results
This C program takes the name of an input file as user input and converts its content to lowercase. The...
This C program calculates and displays the upper triangular matrix of a given square matrix. An upper triangular matrix is...
This C program compares two strings entered by the user and determines their relationship based on lexicographical order. Problem statement...
This C program counts the number of unique words in a given string. It tokenizes the input string, converts it...
Intro This C program demonstrates how to delete an element from an array. It prompts the user to enter an...
This C program calculates the area of a trapezium based on the user’s input of the lengths of its two...
Intro This C program calculates the volume and surface area of a cylinder using its radius and height. It demonstrates...
This C program calculates the area of a rhombus using the lengths of its diagonals. It demonstrates a function to...
This C program shows how you can to Find Area of a Right Angled Triangle. Problem statement Write a C...
This C program calculates the volume and surface area of a cone based on the provided radius and height. Problem...
In this C program, we first provide an introduction to the converter. Then we state the problem, which is to...
In this C program, the introduction section provides a brief overview of the purpose of the program. It states that...
This C program first introduces itself as a “Fahrenheit to Celsius Converter”. It then provides a brief problem statement, explaining...
Floyd’s Triangle is a triangular number pattern named after Robert Floyd. It is a right-angled triangle where the numbers are...
This C program converts a hexadecimal number to its binary representation. It takes a hexadecimal number as input and produces...
This C program converts a binary number to its hexadecimal equivalent. Problem Statement Write a program that takes a binary...
In C programming, a union is a user-defined data type that allows storing different data types in the same memory...
This C program provides an introduction that states it is a C program to print environment variables. The problem statement...
This C program converts decimal numbers to Roman numerals using a function called convertToRoman. It takes user input, checks if...
This C program calculates the factorial of a given number using recursion. Problem Statement The program asks the user to...

Categories

Archives