answersLogoWhite

0


Best Answer

They had None. They had two songs that reached number 2: Fire and Slow Hand

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: The Pointer Sisters number one hits?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How many type of pointer in c?

A pointer is a pointer to something else. One way to look at it is that there is only one pointer type - an address to something else. Another way to look at it is to see how many different types there are, such as int, char, float, struct, double, etc. and to realize that you can build a pointer to any of them, as well as a pointer to a pointer to any of them, etc., etc., etc. Bottom line, is there are an unlimited number of types of pointers.


Can one pointer subtracted from another pointer?

yes


When was Number One Hits created?

Number One Hits was created on 2010-11-30.


What music artist holds the record for the must number one hits?

George Strait has had 57 number one hits


Why would you use a pointer to pointer a in aprogram?

A pointer to pointer has many uses, one of the simplest being 2D arrays (matrices). Compacting garbage collectors also often employ pointer pointers.


How many number one hits does george strait by 2008?

56 number 1 hits


Why pointer is not an object?

A pointer in itself is not an object, because it is not an instance of a class. Of course you can define a class which has only one member, which is a pointer. class Pointer { public void *ptr; }; Pointer p, q, r;


How many number one hits did pink have?

One


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.


What are hanks number one hits?

weights


What is the minimum number of hits in Volleyball?

one


What is uninitialised pointer?

A pointer is an address or the name for the location for an item of data. An uninitialised pointer is one that has not been assigned an initial value or item of data.