Posted on January 15, 2024January 15, 2024Write a program to find the factorial of a number. Continue reading “Write a program to find the factorial of a number.”
Posted on January 15, 2024Write a function to find the largest of three numbers. Continue reading “Write a function to find the largest of three numbers.”
Posted on January 15, 2024January 15, 2024Write a function using reference variables as arguments to swap the values of a pair of integers. Continue reading “Write a function using reference variables as arguments to swap the values of a pair of integers.”
Posted on January 15, 2024January 15, 2024Write a program to enter marks of 6 different subjects and find out the total mark (Using cin and cout statement) Continue reading “Write a program to enter marks of 6 different subjects and find out the total mark (Using cin and cout statement)”