answersLogoWhite

0

If he's wagging his tail, he's probably a pretty happy dog... Just watch his other body language. If his head is low and he's looking at you out of the corners of his eyes, then he's probably NOT a very happy dog.

User Avatar

Wiki User

17y ago

What else can I help you with?

Related Questions

How do you check whether a linked list is circular?

A linked list is circular if the tail of the list points to the head. The easiest way to check this is to check whether the pointer of the tail is a null pointer. If it is, then the list is not circular.


How do you find whether linked list is circular or not?

To determine if a linked list is circular, you can use the Floyd's cycle detection algorithm. This algorithm involves using two pointers moving at different speeds through the list, and if there is a cycle, the two pointers will eventually meet at the same node. If they don't meet and one of the pointers reaches the end of the list, then the list is not circular.


How a blue whale move?

with a blow hole. A blue whale surfaces a breathes through it's blowhole, and it can hold it's breath for hours.


Is butterfly has tail?

This makes no sense


What makes a sharks tail strong?

Answer


How do platypus move in water?

simply by moving there tail in an [SSSing] motion


What would not be an action-reaction pair according to Newton's third law of motion?

A dog wags its tail and the tail wags the dog.


How can animals wave their tails?

as alert-push & plull of tail makes the wave of tail


How does Godzilla swim?

Godzilla swims using his tail and his back legs. and definitely the tail power plays a great role in his swimming motion.


Can we use doubly linked list as a circular linked list?

Yes. The tail node's next node is the head node, while the head node's previous node is the tail node.


What are the applications for circular linked lists?

A singly-linked circular list is useful for implementing queue data structures with minimum overhead. Normally we implement a queue with two pointers: one to the tail for insertions and one to the head for extractions. With a circular list we only need to maintain a single pointer to the tail because the tail always points "forwards" to the head (instead of null as it normally would), thus achieving constant-time access to both the head and tail via a single pointer. Circular linked lists are generally useful wherever "wraparound" is necessary. That is, from any given node in the list, we can traverse forwards with the guarantee that we will eventually arrive back at that same node. With doubly-linked circular lists we have the advantage of traversing in either direction (bi-directional traversal).


Does a norwhich terrier have a carrot tail?

No, a Norwich Terrier does not have a "carrot tail." Instead, they typically have a straight, docked tail that is medium-length and can be carried upright. The breed is known for its sturdy build and lively personality, but the tail is not carrot-shaped; it's more straight and resembles a traditional terrier tail.