answersLogoWhite

0


Best Answer

the different pencil pointers are Albert Einstein. Archimedes and some other jinjurikis

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the different pencil pointers?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the difference between handles and pointers?

They exist in different contexts. Handles are like... well handles (or keys, tickets, references etc), to access objects (like files, sockets, resources) you have opened (created, allocated, etc); in the program they can be integers or pointers.


What is the minimum number of additional pointers will be needed to reverse a singly linked list?

3 pointers...


In C you use the concept of pointers whereas there are no pointers used in JAVA why?

Pointers in C are generally the thing that gives learners the most trouble. When C code is not written correctly with respect to pointer use, the resulting bugs can often be very difficult to find and correct. On the other hand, pointers are absolutely necessary in some cases.The designers of Java wanted to make programming easier and hence avoided adding pointers to the language. Java does have object references which accomplish much of what pointers accomplish albeit in a safer way.


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.


What is Arrays of Pointers?

An array of pointers is a contiguous block of memory that contains pointers to other memory locations. They essentially allow non-contiguous memory locations to be treated as if they were an actual array.

Related questions

What is the different mouse pointers?

the move pointer


How do you make a color changing pencil?

you put different colored pencil fillings in the pencil


What are the 6 different pencil cases?

This are the 6 different pencil cases: '''2B, HB, 4A, 4B, 2A, 4C.'''


What is a drawing pencil?

Any pencil can draw... but, pencils made specifically for drawing, have different darkness (smoothness) grades so we can make different areas light or dark which is difficult with just one pencil...got it?


Becomes different shaped depending on task and pointers location?

Mouse Pointer.


Why is the traditional pencil color yellow?

because the pencil would like to be that color and not a different color


What is drawing pencil?

Any pencil can draw... but, pencils made specifically for drawing, have different darkness (smoothness) grades so we can make different areas light or dark which is difficult with just one pencil...got it?


Could a mouse pointer become different shapes depending on the pointers location?

Sure.


What are void pointers?

They are pointers without type


Are great white sharks and white pointers the same?

Yes, same shark, different name.


What a pencil is made of?

The main body of a pencil is made from soft wood, the 'lead' is made from graphite. The lead can come in many different sizes depending on the pencil holding it.


What are the background pointers in java?

Java does not support pointers.