Home2023July

July 2023

Showing 1 - 20 of 55 results
In this Python program, we will check whether a given number is prime or not. A prime number is a...
In this program, we will write a Python program to remove the odd-indexed characters from a given string. Problem statement...
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...
This C program reads a file, deletes a specific line chosen by the user, and writes the modified content back...
This C program finds the first and last occurrence of a target character in a given string and displays their...
This C program finds the next lower power of 2 for a given integer using bitwise operations. Problem statement Given...
In this program, we will write a C program to read a file and capitalize the first letter of each...
This C program calculates the power of a given number raised to a specified exponent using a loop. Problem Statement...
This C program calculates the area of a parallelogram using the base and height provided by the user. Problem statement...
This C program allows you to delete a specific line from a file. It takes the name of the file...
This C program takes the name of an input file as user input and converts its content to lowercase. The...
In this Python program, we will implement a recursive function to reverse a string. Recursion is a technique where a...

Categories

Archives