answersLogoWhite

0

What are the pre-defined function in c plus plus?

Updated: 8/19/2019
User Avatar

Wiki User

9y ago

Best Answer

The C++ standard library contains all the pre-defined functions.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the pre-defined function in c plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a Generic Function in c plus plus?

Predefined functions are built-in functions that perform standard operations and that generally do not depend on any classes. A predefined void function is simply a predefined function that has no return value. An example of a predefined void function is the abort() function which typically has the following signature: void abort(void);


How constant are used in c?

it is predefined function


Is main a predefined function in c?

yes


Create a function for power in C?

Not necessary, there is a predefined 'pow' function.


What is header function definition in c language?

No predefined 'header' function in the standard C libraries. There are header files, if that's what you mean.


What are the building function in c plus plus?

There is no such term as "building function" in C++.


Can you call predefined function recursively?

Guess you meant: can a recursive function call predefined functions? Answer: sure, why not.


How we can solve the equation for two or three unknown in C programming language?

Just as you would do it manually, I mean there is no predefined 'solve_equation' function in C.


What are predefined codes?

Predefined codes or the predefined functions are the codes small or large codes which are predefined by the maker of the language. In C++ the predefined codes can be included in the program by the header files. These codes are placed in files and functions could be used to access them. Like a simple console Code to output "Hello World" uses a predefined code cout


How do you draw line without using any predefined function?

That won't happen, you have to have a predefined putpixel (or something like that) function.


Why you use utility function in c?

I guess you mean predefined functions or library functions. Well, you don't have to use them, but they can be useful.


A c plus plus statement that invokes a function is known as?

...a function call.