July 6, 2021 in C and CPP Write a ‘C’ program to calculate the electricity bill using if..elseif, as per the following details Read More
July 6, 2021 in C and CPP Write a ‘C’ program to find the minimum of the 8 floating point numbers Read More
July 6, 2021 in C and CPP Write a menu driven ‘C’ program, 1 then find the factors of the entered number.2 then check whether the entered number is prime number or not.3 then directly exit from the program. The menu should be displayed by a function. Read More
July 6, 2021 in C and CPP Define a structure Time having integer data members hour, minute, second Read More