What is a built-in function?



What is a built-in function?..

Answer / hrpynux@gmail.com

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

Post New Answer

More C++ General Interview Questions

Differentiate between the message and method in c++?

0 Answers  


What will happen if when say delete this ?

7 Answers  


if there is binary tree which one is the easiest way to delete all child node?

1 Answers   Persistent,


What do you know about near, far and huge pointer?

0 Answers  


Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .

0 Answers  






Have you used MSVC? What do you think of it?

2 Answers   Google,


what is difference between static and non-static variables

10 Answers  


How can you say that a template is better than a base class?

0 Answers  


Explain the extern storage classes in c++.

0 Answers  


What is the best way to take screenshots of a window with c++ in windows?

0 Answers  


What is a Default constructor?

1 Answers  


Do you know the use of vtable?

0 Answers  


Categories