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

why the size of an empty class is 1

4 Answers  


how to create window program in c++.please explain.

1 Answers   Microsoft,


In java a final class is a class that cannot be derived. How can you make a similar class in C++

1 Answers  


why all c++ program must have default constructor?

6 Answers   IBM,


Can the creation of operator** is allowed to perform the to-the-power-of operations?

0 Answers  






What is difference between rand () and srand ()?

0 Answers  


Explain the auto storage classes in c++.

0 Answers  


What is multithreading and what is its use?Whats are multithreading techniques used in C++?

1 Answers  


Define macro.

0 Answers  


What is a container class? What are the types of container classes?

1 Answers  


Is there finally in c++?

0 Answers  


What is difference between class and function?

0 Answers  


Categories