Answer:
(b) Predefined Functions.
Step-by-step explanation:
Predefined functions are those functions which are already present in the library of the language to perform some standard operations we need not to define these functions we can use them directly.Some examples of PHP buil in functions or pre defined functions are as following:-
imagecreatetruecolor(),mysqli_connect(),phpinfo() etc.