July 7, 2021 in C and CPP Which header file should be included to use functions like malloc() and calloc()? Read More
July 7, 2021 in C and CPP Which of the following cannot be checked in a switch case statement? Read More
July 6, 2021 in C and CPP Write a program to input a 3×3 matrix and to print its transpose. Read More
July 6, 2021 in C and CPP Write a suitable ‘C’ program to print the following structure. a) Write a suitable ‘C’ program to print the following structure. the number of rows should be input from the user. 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 and its place in the array. Read More
July 6, 2021 in C and CPP Identify all the compound statements which appear in the following program segment: Read More
July 6, 2021 in C and CPP Develop a function to calculate sum of n even integers starting from a given even integer. Read More