C program to display pattern with a number
Create a pattern with the number N. E.g. N = 39174 Pattern: 3 9 1 7 4 9 1 7 41 7 47 44
C program to display pattern with a number Read More »
Create a pattern with the number N. E.g. N = 39174 Pattern: 3 9 1 7 4 9 1 7 41 7 47 44
C program to display pattern with a number Read More »
Aim: Find the sum of the series S = 1 + (1/2)2 + (1/3)3 +…. to 0.0001% accuracy. Output
C program to find sum of series Read More »
Aim: Find transpose of a matrix using C.
C program to find transpose of a matrix Read More »
Aim: Check whether a number is prime or not using C.
C program to check prime number Read More »
Aim: Print the following star pattern using C.
C program to to count number of words in a sentence Read More »