In this article, you will learn about the functions in C++.why and how we use functions.
What is a function in C++?
A function is a block of code that performs some operation.If we want to use a piece of code again and again in the program we wrap that piece of code in the function and use that piece of code in the program by calling it.
There are two types of functions in C++.
Library function...
Popular Posts
-
< bits/stdc++.h> is a master file in c++. It is basically a header file which includes every standard library file. you need this fil...
-
In this article, you will learn about the functions in C++.why and how we use functions. What is a function in C++? A function is a blo...
-
when you use the namespace, your program looks like:- #include<iostream> using namespace std; int main() { cout<<"Hello...
Blog Archive
Blog Search
Powered by Blogger.