answersLogoWhite

0

What else can I help you with?

Continue Learning about Engineering

What makes the pointer move?

Well What makes it move?? FART XD Sux ma Furoqin Shoroqin Shiaot.


What is the rectangular area on notebook uses fingertip to move pointer?

A touchpad is a small, flat, rectangular pointing device that is sensitive to pressure and motion. To move the pointer using a touchpad, slide your fingertip across the surface of the pad. Some touchpads have one or more buttons around edge of the pad that work like a mouse buttons. visit our page : chocolatekidsplayschool.org/about/


Which function is used to move file pointer from any position in file in c language?

FILE-level: ftell/fseek, fgetpos/fsetpos handle-level: lseek


What is the algorithm to delete a child node in binary tree?

as far as i know u have 4 cases for the node u wanna delete1.It's a leaf (has no children)2.It has only left child3.it has only right child4.it has both children ,left and rightnow, let's work on it :>set a pointer node to the rootwhile the element to be deleted doesnt equal the pointerif it's smaller, move the pointer to the left subtreeif it's large , move the pointer to the right subtreeif pointer reached the end of the tree , null, break the loop (unluckly that means u didnt find the element that should be removed)end while //(now u must have found the target, the while condition is breaked normally)// this is case 4if both children don't equal nullget the most left node in the subtree of the pointer nodeassign its value to the pointer node.remove it (set that most left thing to equal null)//...case 2if pointer node.right only equals nullpointer node = pointer node.left//...case3if pointer node.left only equals nullpointer node = pointer node.right//... case 1if pointer node.left and .right equals nullpointer node.data = nullmaybe it doesnt look like any algorithm style ,sorry for that, that's as far as i knw, i doubt case 4 anyways..


10 When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

As for pointers, I think you have to readjust them. Pointers are just variables that store a memory address in them. You can have as many pointers that point to a single location in memory as you want.

Related Questions

What Move the mouse pointer to rest on the item choice?

Move the mouse pointer to rest on the item of choice


Mouse pointer rests on the item of choice?

point


What is the difference between an icon and mouse pointer?

An icon is an image representation of a program, a shortcut, or a script. For instance on your desktop those pictures that are on programs, and shortcuts such as My computer are icons. So to wrap it up an icon is an image representation of a program like firefox being a fox on a globe and internet explorer being an E with a yellow circle or even safari being a compass. A mouse pointer is exactly the same as a mouse curser. When you move you mouse don't you see that little arrow the you move on the screen. That's what is referred as a mouse pointer. Where you click programs and links that arrow or somethings a hand on a link is a mouse pointer!


What is it called when you move the cursor over an icon and a tip shows what that icon does?

It's is called a 'tooltip'.


When you point at the border of a selected range of cells the mouse pointer changes to a white arrow the move icon is represented by what?

A crosshair with 4 arrows.


Does the mouse pointer becomes different shapes depending on the task you are performing?

The mouse pointer, or cursor, changes shape.


What is the mouse pointer?

the move pointer


How can I effectively implement double sliding windows in my algorithm for optimizing window-based operations?

To effectively implement double sliding windows in your algorithm for optimizing window-based operations, you can use two pointers to track the start and end of the windows. Move the end pointer to expand the window while meeting the conditions, and move the start pointer to shrink the window when the conditions are not met. This approach can help efficiently process window-based operations in your algorithm.


Using a Windows computer to make a window wider you would move the pointer until it changes to the Horizontal Resize shape and then?

click


Using a Windows computer to make a window wider you would move the pointer until it changes to the Horizontal Resize shape and then .?

click


How does the pointer move when the balance nut is tightened?

The pointer is lose.


What pointing device is used to move a pointer on the screen and to make selections?

The little arrow that you move around with the mouse is called a cursor.