Team GyaniPandit

Machine Learning vs AI (Artificial intelligence)

Machine Learning vs AI (Artificial intelligence) Artificial Intelligence (AI) and Machine Learning (ML) have become some of the buzzwords in today’s technological world. Most probably you have heard them around a million times too. With Artificial intelligence and Machine learning in action, many things have changed, are changing, and will change. Many people often use

Machine Learning vs AI (Artificial intelligence) Read More »

Enumeration in C++

In this tutorial, we are going to learn about the concept of Enumeration, or enum, which is a datatype, and an interesting concept. We will see an example, which demonstrates the concept so that it becomes easy to understand for you, and you will be comfortable using the concept in your C++ programs. Enumeration in

Enumeration in C++ Read More »

C++ Keywords

In this tutorial, we are going to learn about keywords in C++. This is a very important concept to be understood at the beginning itself because, in many programs ahead, we are going to use different keywords for different purposes. We will see different keywords in C++, so that we can later use them, in

C++ Keywords Read More »

Identifiers in C++

In this tutorial, we are going to learn about identifiers in C++. We will see some examples so that you can understand the concept of identifiers, and later on, you would have no problem in naming classes, variables, functions, etc. Identifiers in C++ What are Identifiers in C++? Identifiers are just the names that we

Identifiers in C++ Read More »

Comments in cpp

In this tutorial, we are going to learn about Comments in C++. We will go through some simple examples, to understand the use and the need for comments. Comments in cpp What are the comments in C++? The comments in the C++ program are the lines that are written to explain something, some description about

Comments in cpp Read More »