July 6, 2021 in C and CPP Write a program which creates a file named DATA, enter 10 integers in the file and then copy them into another file named COPY. Read More
July 6, 2021 in C and CPP What are the advantages and disadvantages of using linked list over array? b) What are the advantages and disadvantages of using linked list over array? Read More
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