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...
How to print Given pyramid in C 9:36 AM 0 --------------------------------------------------Program---------------------------------------------- # include < stdio.h > # in...
How to print given Pyramid in C 9:33 AM 0 -----------------------------------------------Program-------------------------------------- # include < stdio.h > # include < ...
How to print pascal triangle in this sequence in C 9:31 AM 0 ------------------------------------------Program------------------------------------------------ # include < stdio.h > # include...
C program for left hand side right angle triangle 9:54 AM 0 -------------------------------------------------------Program-------------------------------------------------- # include < stdio.h ...
How to create opposite right angle triangle using integers 9:50 AM 0 ------------------------------------------------------program------------------------------------------------------ # include < stdio....
Opposite right angle triangle using integers in C 9:46 AM 0 ------------------------------------------Program----------------------------------------------------- # include < stdio.h > # inc...
How to create rectangle using integers in C 9:08 AM 0 ----------------------------------------------------Program------------------------------------------------- # include < stdio.h > ...
How to create the star rectangle map 8:58 AM 0 --------------------------------------------------Program----------------------------------------------------- #include < stdio . h ...
How to write string "INDIAN" in following style 8:33 AM 0 ______________________________________Program_________________________________________ # include < stdio.h > # include < conio...