answersLogoWhite

0

Nothing special:

struct foo {

void *ptr;

};

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What structure inside of the nucleus is involved in this function?

PENIS


What is the function of the uretra?

The urethra is a structure inside the body that expels urine from the bladder. Its function is to conduct the urine from the bladder for elimination.


Is the body an organelle?

No. An organelle is a small structure inside a cell that does a specific function for the cell.


What shape is the pointer when it is inside a text placeholder?

I


What is a 2-pointer in basketball?

A 2-pointer in basketball is a made shot that is inside the three-point line, worth two points.


What is the symbol for a voltmeter?

In schematic diagrams for technicians: a circle with a V inside - or - a circle with a traditional analog meter pointer inside and the voltage or the function wirtten beside the symbol. In engineering or scientific experiement diagrams, a circle with an E inside. Expect to find several variations of this symbol throughout your career..


Is it risky for you to have surgery to put a tail on you?

Assuming that was even possible, it would be limp and have no function because there would be no bones inside to provide structure.


What is a structure inside the cell that does a certain function?

every structure inside the cell has a job. There is no structure inside the cell that does not provide something. The vacuole is like a storage area in the cell. The nucleus is like the brain of the cell. It holds the DNA.


How many points do you score for a basket?

It all depends on where you shoot from. If you shoot anywhere inside the 3 pointer line during play, it will be counted as a 2 pointer. However, if you shoot outside of the 3 pointer line, then its counted as a 3 pointer. If you are fouled and get the shot in from the free throw line, you get 1 point.


How cells structures relate to it function?

Its structure determines the function it has. For example, red blood cells are biconcave discs, kind of thinner in the middle and thicker around the outside. As it turns out this is the ideal surface area to volume ratio for exchanging things between the inside of the cell and outside. When you consider that the function of red blood cells to carry oxygen to the cells of the body the structure of the RBC is ideally suited to its function.


I just dont get it. What the heck is a goal in basketball?

There are no "goals" in basketball. You score by making a two-pointer (inside the three-point line), a three-pointer outside of the three point line), or a free throw which is worth one point( you get those if you get fouled inside the paint).


How do you pass a constant to a function argument that only accepts a structure?

Assuming that the argument will only accept a structure, you must place the constant inside of a structure, and use that structure as an argument. If you're using a looser language, you may be able to get away with using a constant in the place of the structure; but either way, that's bad programming practice.