answersLogoWhite

0

Example:

int x; -- integer

int *px= &x; -- pointer to integer

int **ppx= &px; -- pointer to pointer to integer

int ***pppx= &ppx; -- pointer to pointer to pointer to integer

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the definition of a pointer on a triple beam balance?

It is to show you that the pointer is on the zero mark.


What does the pointer on a triple balance beam mean?

The function of a pointer tells you if you have the correct measurement or not. hope that helped!!:)xoxox <3 -Demi


What key do you use to select a sentence?

There is no specific key. Put your mouse pointer on the sentence and triple-click.


How do you know when you have the correct weight of object for triple beam balance?

When after you adjust the riders and the pointer reads zero


How do you zero a triple beam balance?

use the silver knob on the right side of your triple beam balance until the pointer in the middle indicates that both sides are balanced


What are the triple beam balance parts?

There are many parts to this triple-beam balance scale....there is the Balance pan were you put the object you are measuring then the riders and the beams and the riders ride on the beams then the zero then the arm the pointer end the base the fulcrum and the tare but it is used to adjust the pointer that points to the zero and that is all.


What are parts of triple beam balance?

There are many parts to this triple-beam balance scale....there is the Balance pan were you put the object you are measuring then the riders and the beams and the riders ride on the beams then the zero then the arm the pointer end the base the fulcrum and the tare but it is used to adjust the pointer that points to the zero and that is all.


Show the labeled parts of triple beam balance?

The triple beam balance consists of three main parts: the pan, the beams with riders, and the pointer. The pan is where the object to be weighed is placed. The beams have riders that are moved to balance the weight, while the pointer indicates the weight measurement.


What are the parts of a triple beam balance?

The parts of a triple beam balance include the base, the three weighted beams (each marked with different increments), the zero adjust knob for calibration, the pan where objects are placed for weighing, and the pointer that aligns with the scale to indicate the weight of the object.


What is it called if you use the knob under the pan to line up the triple beam balance pointer with zero?

It is called "zeroing" the balance. This process ensures that the pointer is accurately aligned with the zero mark, which is the starting point for measurements on the balance.


Difference between pointer to constant and constant pointer?

1. pointer to a constant means you can not change what the pointer points to 2. constant pointer means you can not change the pointer.


What are pointer to pointer?

A pointer only holds an address information (location) in the memory. if a pointer holds points another pointer then it is a pointer to an other pointer. Pointer holds an address in the memory so in that address there is an other location information that shows another location.