Skip to content

This repository contains various programming solutions in the C programming language ....

Notifications You must be signed in to change notification settings

sahadipanjan6/Programs-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Programs-in-C

This repository contains various programming solutions in the C programming language .... Below are various C programs and the solutions of them can be find in my GitHub account...please search for the solutions by maintaining the question number.

  1. Write a C program to find out the sum of the following series: S = 1!/1 + 2!/2 + 3!/3 + 4!/4 + … + n!/n

  2. Write a C program to check whether a given number is ABUNDANT or not. An abundant number is a special type of number for which the sum of its proper divisors is greater than the number itself. Make use of user-defined functions as and when necessary.

  3. Write a program in C to determine if a given matrix (2-D array) is a SPARSE MATRIX or not. A Sparse Matrix is a matrix in which the number of zero elements is always greater than the number of non-zero elements.

  4. Write a C program to check whether a given integer (to be taken from the user) is a PALINDROME or not. Make use of user-defined function as and when necessary.

  5. Given three points (x1,y1), (x2,y2) and (x3,y3) respectively, write a C program to check if all the three points fall on one straight line or not.

  6. Write a C program to check whether a given number is Odd or Even.

About

This repository contains various programming solutions in the C programming language ....

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages