answersLogoWhite

0

What predefined type?

Updated: 12/17/2022
User Avatar

Wiki User

12y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What predefined type?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is premitive?

In C program, premitive is a kind of data type which is predefined in C programming language.


Which type of software is built around thousands of predefined business processes?

Process management software


What is the difference between predifined data structure and user define data structure?

A predefined structure or, more generally, a predefined type, is a type that is defined internally by the compiler implementation. For instance Microsoft's implementation includes predefined runtime information and GUID structures, amongst other predefined types such as size_t. These types are built in to the compiler itself, so you won't find them in a header file. By contrast, user-defined structures (types) are those you define yourself, or are provided for you by a third party.


What is a sentenial loop?

It is a type of event controlled loop which is goes on until it strikes a value which is predefined to stop the loop.


Why an array is called derived data type?

it contains the similar type of object which derive from the predefined data type like int,float,char e.t.c so it is called derived data type.........................


What is wrapper class in java?

wrapper class is a predefined class .it is used for converting primitive data types into object type


How many predefined color schemes does word have?

20, Word has 20 predefined color schemes.


What is node in c language?

No such predefined type, so you can define it as you wish.


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


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.