A self-referential function in C++, or in any other supporting language, is a recursive function.
...a function call.
Every C plus plus program that is a main program must have the function 'main'.
to locate coordinates ..
Use the C++ getline() function from the standard library.
There is no such thing. You probably meant the main function. The main function is the only function that is required as it serves as the entry point of the program.
C is not an object-oriented language so it doesn't have classes of have any kind, it only has types. However, a self-referential type is simply a type that refers to itself. Nodes in a linked list are self-referential types because they hold a reference (a pointer) to the next node in the list: typedef struct node {node* next;/* ... */};
There is no such term as "building function" in C++.
...a function call.
yes,we can make function inline
Every C plus plus program that is a main program must have the function 'main'.
Control is returning to the caller of the function.
method
It is the first function that gets called when the program is executed.
It is a quadratic function which represents a parabola.
Use function mkdir.
to locate coordinates ..
Use the C++ getline() function from the standard library.