What are built-in function | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What are built-in function

those function which are predefined in the program

6th Dec 2016, 5:03 PM
Ishaan Sharma
Ishaan Sharma - avatar
1 Answer
0
Predefined functions are functions that are built into C++ Language to perform some standard operations. The functions that are stand alone used for general purposes and that are not depended on any classes are stored in the Standard Function Library. Predefined functions in the Standard Function Library are listed based on different categories. List of basic types of standard library functions: I/O Functions. String and Character Functions Mathematical Functions Time,Date and Localization Functions. Dynamic Allocation Function Utility Functions
6th Dec 2016, 5:27 PM
Vipul Walia
Vipul Walia - avatar