C++

(Advanced) Maximum and Minimum numbers from an array using C language

Problem : Find Maximum and Minimum numbers from an array using the C programming language. Sample of an array to find out minimum and maximum numbers. Description :  1. You have to take an input 'n', which declares the number of numbers in a…

Sum of Series in C | Power Series in C | Geometric Progression

Problem (Sum of Power Series) The results of this series x 0 + x 1 + x 2 + x 3 + x 4 + x 5 + ……… + x k  need to be found out. Input: The program must first input an integer is 'T' ( where 1<=T<=100 ). Then take two integers X and …

Insertion Sort Program In C - Insertion Sort Code With Example

Insertion Sort Code In C With Example   Here is an example of sorting exam papers according to student roll for understanding insertion sort . Suppose, 1, 2, 3, 4, 5,. . . . . , Exam papers are arranged in i - 1 format. Now, one will insert the n-th e…

Load More
That is All