answersLogoWhite

0

Because the product may have the address which does not exist inside of the environment which will cause Blue screen or similar result.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What does multiplying a pointer by 5 in C plus plus mean How does it change the pointer's value?

Multiplication is yet another thing, what you should never do with pointers.


Are laser pointers allowed through security?

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


What are the benefits of using the symbol in programming languages?

Using the symbol in programming languages allows for multiplication, pointer dereferencing, and creating pointers in memory. It helps simplify code and perform mathematical operations efficiently.


Is asterisk allowed in Excel?

It cannot be used in a filename. It can be used in formulas as it stands for multiplication: =A10*5


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.


What are arithmetic operaters can be perform on pointer?

Arithmetic operators can be performed on pointers in C and C++ to navigate through arrays or memory blocks. The most common operations include addition and subtraction, which adjust the pointer's address by multiplying the integer value by the size of the data type it points to. Incrementing a pointer (using ++ or --) moves it to the next or previous element in the array, while subtracting two pointers yields the number of elements between them. However, using multiplication and division with pointers is not defined.


What is the rule for the number of digits allowed in the final answer obtained from a multiplication or division?

How do i know????? That is the most complicated question in the whole world!


How do you get score 6?

3 two-pointers or 2 three-pointers


Pointers are replaced by what in java?

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


Can you use pointers in java?

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