Browse by Domains

C++ functions

Namespaces in C++

Introduction to Namespace in C++

Think about a circumstance when we have two people with a similar name, Zara, in a similar class. At whatever point we need to separate them, we would need to utilize some extra data alongside their name, as either the territory, if they live in various regions or their mom’s or father’s name, and so […]

Introduction to Namespace in C++ Read More »

C++ Functions

C++ Functions

A function in C++ is a group of statements that together perform a specific task. Every C/C++ program has at least one function that the name is main. The main function is called by the operating system by which our code is executed. We can make n number of function in a single program but

C++ Functions Read More »

Scroll to Top