July 6, 2021 in C and CPP Write a program segment to check whether the given year is leap year or not. Read More
July 6, 2021 in C and CPP Write a program to check whether the given string is palindrome or not. Read More
July 6, 2021 in C and CPP Write a program to read 10 integers in an array and print them in reverse order. Read More
July 6, 2021 in C and CPP Define a structure Measure having members feet and inch as integer. Read More
July 6, 2021 in C and CPP Write a program that calculates the net salary using entered basic salary. Read More
July 6, 2021 in C and CPP How is an array passed as an argument to a user-defined function? Read More