Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is lambda in c++?

1215


What does new in c++ do?

1018


What is c++ programming language?

1096


Can I create my own functions in c++?

1081


Which software is best for programming?

1152


What is null and void pointer?

1055


What programming language should I learn first?

1095


Why Pointers are not used in C++?

1073


Can I make ios apps with c++?

1049


Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.

1050


Why do you use the namespace feature?

1084


What is == in programming?

1010


Is c++ harder than java?

1064


What is namespace std; and what is consists of?

1287


I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.

1130