What is a built-in function?
A function that is built into an application and can be accessed by end-users. For example, most spreadsheet applications support a built-in SUM function that adds up all cells in a row or column
| Is This Answer Correct ? | 0 Yes | 0 No |
what is data abstraction in C++?
What compiler was used?
What is size of Empty Class?
Can we define function inside main in c++?
How does list r; differs from list r();?
How do you invoke a base member function from a derived class in which you have not overridden that function?
Describe functional overloading?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
Why the usage of pointers in C++ is not recommended ?
What problem does the namespace feature solve?
What is the main function c++?
the first character in the variable name must be an a) special symbol b) number c) alphabet