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.
Help Us to reach maximum number of people!
Recent Posts
What is a Chatbot?
A chatbot is a computer program that simulates human conversation, which could be in the form of text or speech. It uses AI(Artificial Intelligence) and NLP(Natural Language
C++ program to print alphabets from a to z
In this program, we will learn to print all the alphabets using a loop. It should be noted that we can execute a loop on characters too.
Top 50 PHP Interview Questions and Answers
These are the top 50 interview questions and answers that have been asked in most of the interviews. Q.1 What is PHP? Answer: PHP is a server-side
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-
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