We have written detailed tutorials for the C Programming language. Now it is time to put our knowledge to practice and since we all know the best way to learn is by doing practice.
We advise you to read the article, understand what we want to implement, and also try these examples yourself. So, let’s go and put our knowledge to work. Happy learning ?
Please find here Complete C Programming Tutorials.
Note:- All the tutorials already visited/read will be marked in red color.
Basic C Programs
- “Hello World” Program in C
- How to Print an Integer, long, double entered by User in a C Program?
- Find Sum of first ‘n’ Natural numbers
- Print Nth Fibonacci number
- Check whether the given number is a Palindrome or Not
- Find the greatest of three numbers
- Find Factorial of a given number
- Find Prime Numbers in a given range
- Find if the number is Positive or Negative
- Check if the number is odd or even
- Find out the ASCII value of a character
- Check if the given number is an Armstrong Number
- Find the reverse of a number [Recursion and while loop]
- Check whether an alphabet is a vowel or consonant
- Find the size of int, float, double and char
- C Program to check leap year
- Display palindrome numbers in a given range
Strings Programs
- Convert a string from lowercase to uppercase
- Convert a string from Uppercase to Lowercase
- Concatenate string without using strcat()
- b without using strlen()
- Sort String characters in alphabetically ascending order
- Find the reverse of a String using recursion
- Sort a set of strings in ascending alphabetical order
Array Programs
- Sort array in ascending order
- Find the largest element of the given array
- Find the sum of array elements
- Find the number of elements in an array
Pointer Programs
- Find the largest of three numbers using Pointers
- Count vowels and consonants in a string using a pointer
- Print String using Pointer
- Swap two Numbers using Pointers
- Create, Initialize and Access a Pointer variabl
Calculation Based Programs
- Multiply two floating numbers
- Find the average of two numbers
- Find out Quotient and Remainder
- Calculate the value of nPr for a given value of n & r
- Caclulate the value of nCr for a given value of n & r
Number System Conversion Programs
- How to convert a number from decimal to binary?
- How to convert a number from binary to decimal?
- How to convert a number from decimal to octal?
- How to Convert Octal to Decimal?
- How to Convert Binary to Octal?
- How to Convert Binary to Octal?
Geomtric System Programs
- How to find the Area and Circumference of the Circle in C?
- How to find the Area of an Equilateral Triangle?
Structures and Union
An investment in knowledge always pays the best interest. I hope you like the tutorial. Do come back for more because learning paves way for a better understanding
Do not forget to share and Subscribe.
Happy coding!! ?