What is a built-in function?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between a copy constructor and an overloaded assignment operator.

853


What is an iterator?

935


What is the difference between a type-specific template friend class and a general template friend class?

769


How do you save a c++ program?

786


What is c++ best used for?

786


What is a c++ object?

861


I want to write a C++ language program that: 1. Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. The program should work for squares of all side sizes between 1 and 20.

2533


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

996


What are the advantages of c++ over c?

822


which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?

965


Why is c++ is better than c?

714


What is pointer to array in c++?

826


Does a derived class inherit or doesn't inherit?

834


To what does “event-driven” refer?

829


What are the two shift operators and what are their functions?

820