answersLogoWhite

0

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<<"Hello World"; so this cout is already defined how it prints the text or much more know function from C language print( ); .

User Avatar

Wiki User

8y ago

What else can I help you with?