Factorial Number
Factorial Number Write a program to determine whether n is a factorial number or not. A factorial number is a number that is a factorial ...
Read more »Factorial Number Write a program to determine whether n is a factorial number or not. A factorial number is a number that is a factorial ...
Read more »1.How to change font style and font size in c program? Answer: To turn bold on and off you need to call the library term.h if you are o...
Read more »No. of Distinct Elements in a sorted array Write a program to find the number of distinct elements in a sorted array. Input Format: Inp...
Read more »GetMaxSum Consider a triangle of numbers in which a number appears in the first line, two numbers appear in the second line, three...
Read more »Seat Allocation I The seats are arranged in the lab in a rectangular fashion with m rows and n columns. The students are seated in the...
Read more »Write a program that calculates and gives the monthly salary details for an employee, including all the amounts deducted from an emp...
Read more »Reversing the input text . Example If user enters “This is my program.” You should output “program my is This” #include < iostream ...
Read more »Finding Pair of elements in C Given an unsorted array and a number D, write a program to find if there exists a pair of elements in ...
Read more »Given below is a requirement and program which is jumbled across, re-arrange the shuffled code segments in the correct order, to satisfy...
Read more »PROFIT OR LOSS A fruitseller buys a dozen mangoes at Rs.X. He sells 1 mango at Rs.Y. Write a program to determine the profit or loss in ...
Read more »Remove adjacent duplicate characters - in C Programming Given a string, write a program to recursively remove adjacent duplicate chara...
Read more »Generate Sequence Given a positive integer number, we want to generate a number sequence with the following rules: If the cur...
Read more »