answersLogoWhite

0

Already defined, previously defined.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What do you mean by Linux Utilities?

utilities is nothing but predefined commands in linux


What does suspended temporarily mean?

Temporary suspended means that the suspended individual will be restored after a short predefined span.


What does the word predefined mean?

"Predefined" refers to something that has been determined, established, or specified in advance. It often refers to settings, values, or options that are already established before they are used or implemented.


How many predefined color schemes does word have?

20, Word has 20 predefined color schemes.


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.


Can you call predefined function recursively?

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


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


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.


Is a predefined graphic.?

clipart


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.


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 does conioh in programming mean?

conio.h is a library function which is predefined in the header file and 'clrscr();','getch();' and many other functions come under this.