answersLogoWhite

0

name ( parameters )

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Is call by reference supported by pointer?

No, call-by-reference can be emulated with pointers.


Largest artery in your body and it funstion?

the aorta.


What is the funstion of the liver?

Removes toxins from the body.


What is meant by passing function to another function in c plus plus?

Just as pointers can point to variables, pointers can also point to functions. Thus you can pass function pointers to functions. In so doing, you can alter the behaviour of the function by having it call dynamically call arbitrary functions rather than just preset functions.


Does the cat have an appendix like human does?

Probably, but the appendix serves little funstion anyway.


Are laser pointers allowed through security?

It is very difficult to get it through customs especial in Australia, UK and USA


Do other programming languages implement pointers?

All programming languages implement pointers, but not all languages allow low-level access to memory through a raw pointer. Java, for instance, uses resource handles and smart pointers rather than raw pointers, however the actual allocation of memory is handled by the Java virtual machine (JVM) so there is no need for low-level raw pointers.


How does c behave as low level language through pointers?

It doesn't. You must have misunderstood something.


What are void pointers?

They are pointers without type


Where the pointers are used?

POINTERS ARE USED TO STORE ADDRESS


What are the background pointers in java?

Java does not support pointers.


Why pointers in c?

Pointers are variable that are used to point to the address of another variable. OR Pointers can also me defined as variables that are used to store address of another variable. They provide means through which the memory location of variable can be directly accessed and they also support dynamic allocation routines.