Akanksha1212 / C_Programs

This repository contains basic C programs to help beginners.
87 stars 313 forks source link

Add basic C programs #5

Closed Akanksha1212 closed 4 years ago

pranitb10 commented 5 years ago

Hey @Akanksha1212,

I came across your repo as I was looking for some good repos to contribute for HacktoberFest and I saw that you had an issue in which I would like to contribute!

So, I was just wondering that if I do contribute to your repo, then what basic C programs should I add? I was thinking about some programs on: 1) Array 2) Loops, 3) Fibonacci series 4) Prime number. 5) Palindrome number. 6) Factorial. 7) Armstrong number. 8) Sum of Digits. 9) Reverse Number. 10) Swap two numbers without using third variable.

Akanksha1212 commented 5 years ago

Hi @pb-10 If the program that you want to add is not already in the repo and open PRs then feel free to contribute.

pranitb10 commented 5 years ago

okay, thanks!

Arccfire commented 5 years ago

hello i would like to contribute .

spashal commented 5 years ago

hey I have a palindrome code that can work for nos. and letters all the same. I want to contribute

bhavya1108 commented 5 years ago

hey i saw your fibonacci no code,i think there can be better code for it which can calculate value for large value of n.i will like to contribute

Akanksha1212 commented 5 years ago

Hi @bhavya1108 Pls make a PR for your Fibonacci code by updating the old one currently present in the repo.

Axhat commented 5 years ago

i have some of basic programmes based on arrays exclusively for beginners .

Ad-S commented 5 years ago

I have contributed codes on printing pascals triangle and finding proodut using russian peasent algorithm please have a look on them

PaulSayantan commented 4 years ago

I have a contributed a simple c program to ring a bell

50