Skip to content

santhosh-programmer/Basic-C-Programs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic-C-Programs

This repository contains some of the basic code in C language.
If you are a novice in C, feel free to check out my code and learn.
HAPPY CODING😊

🎯Armstrong number

🎯Combinations of a string

🎯Decimal and integer part of a number

🎯Decimal to binary 🎯Factorial of a number

🎯Factors of a number

🎯Finding berth in a train

🎯Input and output using pointers

🎯Nested printf

🎯Palindrome number of not

🎯Prime or composite number

🎯Print diammond star pattern

🎯Print upper half diamond pattern

🎯Scanf inside printf

🎯Structure member inside another structre

🎯Sum of 'n' numbers

🎯Variable length argument-1

🎯Variable length argument-2

🎯Permutations of an array