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.
Miscellaneous Posts
A basic CRUD application in PHP and jQuery
In this article, I will show you how you can create a simple CRUD application using HTML, CSS, PHP, MySQL, and jQuery.
The Future of Software Engineering: Emerging Technologies and Trends
Introduction The ever-changing world of technology continuously shapes the landscape of software engineering. With the rise of new paradigms, methods, and tools,
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
How to get google AdSense approval for a website?
What is Google AdSense? Google AdSense is a service of Google that places ads of businesses on different websites. These ads are
What is an API? What are its benefits?
In simple terms, an API (Application Programming Interface) is a mediator between two individual servers when they need to communicate with each
What are Push Notifications and their types?
Push notifications are pop messages sent by a specific mobile app or a website on a mobile device even when the app
Introduction to Carbon: A new Programming language by Google
Google has recently launched a brand new programming language named ‘Carbon’ or ‘Carbon-Lang’. It is an experimental language created to be a successor
Top 10 Programming Languages You Should Learn in 2022
In 2022, it is increasingly important for individuals and businesses to have proficiency in programming languages. This is due to the increasing
What is Machine Learning?
Machine learning is the branch of computer science that focuses on making computers learn by past experiences and by using a set
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
- C Program to convert Celcius to Fahrenheit