answersLogoWhite

0

Usually At The Back Or Front Of A Laser Pointer You Can Screw It Off, Just Slot The Batteries In And BAM!!! It SHould Work, Be Carful that you have the right batteries though, they should be the type you get in a watch XD

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

Functions used for manipulation of file pointer?

Functions_used_for_manipulation_of_file_pointers_are_as_follows:">Functions used for manipulation of file pointers are as follows:seekg():_Moves_get_pointer_(input)_to_a_specified_location.">seekg():Moves get pointer (input) to a specified location.seekp():_Moves_put_pointer_(output)_to_a_specified_location.">seekp():Moves put pointer (output) to a specified location.tellg():_Gives_the_current_position_of_the_get_pointer.">tellg():Gives the current position of the get pointer.tellp():_Gives_the_current_position_of_the_put_pointer.">tellp():Gives the current position of the put pointer.The seekg & tellg functions are associated with get pointer and seekp & tellp functions are associated with put pointer.


Which function is used to determine the position of the put pointer in the file?

pos_type tellp();


What is triple pointer?

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


C program pointers to pointers examples?

Pointer to Pointer is a double pointer, denoted by (**). Pointer stores the address of the variable and pointer to pointer stores the address of a pointer variable and syntax can be given as int **ptr2ptr;


What is generic pointer in C?

When a variable is declared as being a pointer to type void it is known as a generic pointer. Since you cannot have a variable of type void, the pointer will not point to any data and therefore cannot be dereferenced. It is still a pointer though, to use it you just have to cast it to another kind of pointer first. Hence the term Generic pointer.

Related Questions

How many lazer pointers does it take to cach stuff on fire?

It strictly depends on the strength and power of the laser pointer/s that you are using.


How do you put the batteries in a laser pointer?

how do you our in batteries on a laser pointer


Can battiries last 3 weeks?

i think it depends on the kind of batteries


Which type of mouse uses a laser to detect the mouses movement?

A lazer mouse.


How can you see a beam of light from a lazer?

you can see the beam a lazer by shining the lazer at a wall with the lights turned off then spraying something of a mist over the lazer beam.


April Fools' Day pranks that wont get you expelled from school?

For one thing you can act really happy and pretend you are going out with someone. you can get a lazer pointer and shoot it at your teacher. (really funny on forehead. watch out for eyes!!)


Where is it possible to purchase a green laser pointer?

Green laser pointers can be purchased from a wide variety of online retailers. Some of these retailers include Big Lasers, Lazer Point, Tmart, and Cell Phone Shop.


When was Major Lazer created?

Major Lazer was created in 2009.


Functions used for manipulation of file pointer?

Functions_used_for_manipulation_of_file_pointers_are_as_follows:">Functions used for manipulation of file pointers are as follows:seekg():_Moves_get_pointer_(input)_to_a_specified_location.">seekg():Moves get pointer (input) to a specified location.seekp():_Moves_put_pointer_(output)_to_a_specified_location.">seekp():Moves put pointer (output) to a specified location.tellg():_Gives_the_current_position_of_the_get_pointer.">tellg():Gives the current position of the get pointer.tellp():_Gives_the_current_position_of_the_put_pointer.">tellp():Gives the current position of the put pointer.The seekg & tellg functions are associated with get pointer and seekp & tellp functions are associated with put pointer.


Which function is used to determine the position of the put pointer into the file?

tellp()


How do you make lazer-beam on doodle god?

Radiowave + Fire = Lazer


Which function is used to determine the position of the put pointer in a file in c plus plus?

The function ftell returns the position of the file pointer for a file.