answersLogoWhite

0

What else can I help you with?

Related Questions

What is the average weight of a Bernese Mountain Dog?

my Bernese Mountain dog which is a male weights around 7-8 stone! and for his breed that is quite small, and he's no bigger than 3 foot. however my nans dog (girl) is much smaller in weight and size.


How big are bernese mountain dogs?

Male Bernese Mountain Dogs are usually 25 to 27½ inches tall at the shoulder and weigh 85 to 110 pounds. Bitches (females) are usually 23 to 26 inches tall at the shoulder, and weigh 80 to 105 pounds.


How big does a German short haired pointer get?

German Shorthaired Pointers typically grow to be around 21 to 25 inches tall at the shoulder and weigh between 45 to 70 pounds. They are a medium to large-sized breed.


Difference between pointer to constant and constant pointer?

1. pointer to a constant means you can not change what the pointer points to 2. constant pointer means you can not change the pointer.


How many puppies can a bernese mountain dog have?

as many as possible as long as they as the dog is kept fit and healthy. Illness can make the puppies have problems when born, so just be careful.


Difference between genric pointer and normal pointer?

Generic pointer of type 'void *' is compatible with any (data-)pointer, but you cannot use the following operators on it: + - ++ -- += -= * -> []


What is diffrent between object pointer and this pointer?

'this' is an object-pointer: it points to the current object (usable only in non-static methods).


Why do some dogs have webbed feet?

Many dogs have webbed feet: Akita, Brussels Griffon, Chesapeake Bay Retriever, Chinook, Field Spaniel, German Shepherd, German Shorthaired Pointer, German Wirehaired Pointer, Irish Water Spaniel, Labrador Retriever, Leonberger, Newfoundland, Nova Scotia Duck Tolling Retriever, Otterhound, Plott Hound, Portuguese Water Dog, Redbone Coonhound, Spanish Water Dog, Weimaraner, Wirehaired Pointing Griffon.


Difference between void pointer and null pointer?

A Null pointer has the value 0. void pointer is a generic pointer introduced by ANSI. Before ANSI, char pointers are used as generic pointer. Generic pointer can hold the address of any data type. Pointers point to a memory address, and data can be stored at that address.


What is the difference between structure and pointer?

A structure is a collection of primitives or other structures. A pointer is a memory address. Comparison of the two is like comparing bowling balls to cinder blocks. You can say that a structure defines the layout of the data, while a pointer points to data that is a particular structure.


What is used to turn the pointer of a galvenometer?

The pointer on a galvenometer moves due to magnetic force between the current carrying coil in the pointer assembly and the permanent magnet surrounding that coil.


Give the difference between function and pointer in c?

There is no similarity between the two.