Electricity Bill
Electricity Bill
ADVERTISEMENT
Electricity Bill
Insert Into Array at Specific Position
Calculate Compound Interest
Separate Even and Odd Numbers
Calculate Squares Using N Co-Ordinates
Union and Intersection of Array
All Bitwise Operations
Shopping Application
Show Calendar Using Month and Year
ATM Program
XOR Table
Merge and Sort Two Arrays
Addition and Multiplication Using Bitwise Operations
AND Table
Find 2 Max Numbers
Average of Array at Even Positions
Pizza Shop
Average of Max Two Marks of Given Marks
OR Table
Check All Bits of A Number Are 1
Restart or Shutdown Computer
Array Element in Reverse Order
Numbers Repeated Odd Number of time
This program takes user input for a time in HH:MM format, validates the input, and then determines which time-related phrases should be included in the output based on the entered time. The final result is printed on the console.
Date in Words
Frequency of All Numbers
Cricket Score Application
Start Remaining Digits With Zero (0)
Even or Odd Using Bitwise Operations
Find Min and Max of Given Number
This code generates a Fibonacci series by calculating the next number in the series as the sum of the two previous numbers.
This code calculates the factorial of a number provided by the user by iterating through a for loop and continuously multiplying the running factorial value by the loop variable i.
This C program calculates the sum of all integers between two user-defined numbers (num1 and num2) that are divisible by 2 (i.e., even numbers).
This code takes an integer input, reverses the digits of that input, and checks if the reversed number is the same as the original input.
This code takes an integer input, reverses the order of its digits using a while loop, and then displays both the original and reversed numbers.
This code takes a positive integer input, extracts each digit, calculates the sum of these digits, and then displays the original number and the sum.
ADVERTISEMENT