Learn Programming with CodeVocab!
CodeVocab is an online platform to learn coding with ease. We provide complete tutorials (from basic to advanced) of various programming and scripting languages. It aims at different languages along with the frameworks and CMS (Content Management System).
We provide the tutorials in the easiest possible language so that a maximum number of people would be able to learn from them. Here you can find a large number of categories including the most popular programming and scripting languages like PHP, JavaScript, C++, Python, and the list goes on.
Coding could be a daunting task if the concepts are not understood clearly. That is why we make the content with the intention to make the concepts clear to even the absolute beginners.
Tutorials
Tutorials of different programming languages step by step. That too in simple language
Sample Programs
A ton of Sample programs of C, C++ and Python to learn practically. Copy the program and learn by edit it.
Technical articles
A number of articles related to computer science. For example- what is computer programming, what is a website and a lot more.
Interview Q/A
Questions and Answers for interview preparation on various topics like PHP, MySQL and CodeIgniter. This is in progress!
Help Us to reach maximum number of people!
Recent Posts
C Program to find Simple Interest
In this program, we will learn how to calculate the simple interest for a given amount at a given rate for a period of time in years.
C++ program to print right triangle star pattern
In this program, we will learn how to print a right triangle having stars (asterisk *) as elements. Program 1 (With fixed number of rows) #include<iostream> using
C++ program to Find the largest among three numbers
In this program, we will learn to find the largest number among the three numbers given by the user. To understand this, you should have knowledge of-
Python program to remove duplicate characters from a string
In these programs, we will learn how to remove all the duplicate characters from a given string. To understand these codes, you must have the knowledge of
Python program to reverse the words in a string
In this program, we will learn how to reverse the words in a given string. To understand this, you must have knowledge of the following topics in
Interesting and crazy facts about Google
The google homepage is available in 80 different languages. The name Google is derived from the term ‘googol’. A googol is a numeric value of 1 with
Popular programs
Python Programs
- Hello World Program in Python
- Python program to print the value of a variable
- python program to add two numbers
- Python program to calculate the area of a rectangle
- Python program to check even odd number
- Python program to calculate the factorial of a number
- Python program to find the sum of n natural numbers
- Python program to display multiplication table
- Python program to check prime number
- Python program to find string length
- Python program to reverse a string
- Python program to find square root of a number
C Programs
- C program to print Hello World
- C program to print a number stored in a variable
- C program to add two integer numbers
- C program to find the average of two numbers
- C program to check eligibility for voting
- C program to check whether a number is even or odd
- C Program to Check Prime Number
- C program to take input from the user
- C program to Find ASCII Value of a Character
- C Program to Find the Sum of Natural Numbers
- C program to display multiplication table
- C Program to Swap Two Numbers
- C Program to find Simple Interest