answersLogoWhite

0

What are not advantage of pointers?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

The first and the third answer.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What are void pointers?

They are pointers without type


What is the use of learning C?

C and C++ will help you understand the inner workings of a computer with operations such as dealing with memory and pointers. It will do anything that you tell it to do, which is both an advantage and a disadvantage.


Where the pointers are used?

POINTERS ARE USED TO STORE ADDRESS


What are the background pointers in java?

Java does not support pointers.


Pointers are replaced by what in java?

Nothing. Java does not have a concept that is equivalent to Pointers.


How do you get score 6?

3 two-pointers or 2 three-pointers


Can you use pointers in java?

Java does not support Pointers and hence you cannot use it in Java.


Can labs be trained as pointers?

Yes, some labs are trained as pointers, and some as retrievers.


How many three-pointers did LeBron James make?

he made about 130,000 three pointers


Why laser mouse are used?

Because the laser pointers are much easier to use than the ball pointers. The ball pointers are often difficult to move around while the laser pointers can move in any direction without "getting stuck"


What are the advantages of using pointers in a program?

pointers points to the memory address of another variable.....in functions we have two kind of variables the actual and dummy variable. when we operate on variables..the value of dummy variables are effected, but if we want to make changes in the actual variable then we have to refer to their address..and we can reach to address of the variables by only using pointers.


How pointers are used in java?

They aren't. Java uses the (safer) idea of references instead of pointers.