This blog post is for new programmers like me, if you are a seasoned programmer then you can stop reading now. I am sharing a collection of fundamental C, C++ and Java programs for beginners. I strongly recommend programmers who recently started programming to go through below mentioned fundamental problems first to boost their knowledge of programming basics. As, I am a new programmer, I found these programs very useful to start with.
C Programs
- C Program to Check Whether an Alphabet is Vowel or Consonant
- C Program to Find Maximum of Two Numbers
- C Program to Check Whether a Triangle is Valid or Not
- C Program to Check Whether an Alphabet is Vowel or Consonant
- C Program to Calculate Area of a Right Angled Triangle
- C Program to Print Natural Numbers from 1 to N
- C Program to Reverse an Array Using Recursion
C++ Programs
- C++ Program to Find Power of a Number
- C++ Program to Convert Decimal Number to Octal Number
- C++ Program Linear Search in Array
- C++ Program to Store Information of an Employee in Structure
- C++ Program to Delete a Word from Sentence
- C++ Program to Find Smallest Element in Array
- C++ Program to Find Average of Numbers
- C++ Program to Find LCM of Two Numbers
- C++ Program to Make a Simple Calculator