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

How would you use the functions memcpy(), memset(), memmove()?

0 Answers  


What is an ABC: an "Abstract Base Class"?

1 Answers  


If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?

0 Answers  


What are the advantages of prototyping?

0 Answers  


why we cant create array of refrences

4 Answers  


What is the difference between mutex and binary semaphore?

0 Answers  


What is the oldest programming language?

0 Answers  


Evaluate !(1&&1||1&&0) a) Error b) False c) True

0 Answers  


Given a simple program designed to take inputs of integers from 1-1000 and to output the factorial value of that number, how would you test this program? You do not have access to the code. Please be as specific as possible.

4 Answers   Microsoft,


Comment on assignment operator in c++.

0 Answers  


What is string in c++ programming?

0 Answers  


What are c++ stream classes?

0 Answers  


Categories