C program for calculating Geometric Progression (GP) 8:38 PM 0 In mathematics , a geometric progression , also known as a geometric sequence , is a sequence of numbers where each term after the ...
C program for Arithmetic Progression calculation 10:08 PM 0 An arithmetic progression is a sequence of numbers such that the difference of any two successive members of the sequence is a constant...
Average marks obtained by total number of students in a class 8:25 PM 0 How to calculate average marks of total student in a class using one dimensional matrix in C *************************************Program...
Calculating average marks obtained by a student 1:22 PM 0 How to calculate average marks obtained by a student in given no. of subjects using one-dimensional matrix in C *************************...
How to print Pascal triangle in given sequence 9:38 AM 0 ---------------------------------------------------Program---------------------------------------------- # include < stdio.h > # incl...