Function in C++
FUNCTION in C++
A function in c++ is a group of statement that together performs a particular task. Every C++ program contains a function, that is the main function. Main () is the entry point of the program. At this point, the execution of the program is started.
Syntax:-
void main() { ---------- ---------- }
What is reference?
Reference is an inter pointer. Reference looks like ordinary…
View On WordPress









