answersLogoWhite

0

What else can I help you with?

Related Questions

How to multiply two int pointer variable in C language?

You do not multiply pointers. If you want to multiply the values that they point to you must dereference them, usually with a *


Which two pointer does not increment or decrement in arithmetic array?

constant pointer and character pointer


How do you multiply 72 using two factors?

2x2x2x3x3=72


How can an individual structure member be accessed in terms of its corresponding pointer variable?

By dereferencing the pointer variable. This can be achieved in two ways: typedef struct s { int i; float f; }; void f (struct s* p) { int x = p->i; /* using pointer to member operator */ float y = (*p).f; /* using dereference operator */ } The two methods are functionally equivalent.


How do you determine if a shot is a two-pointer or a three-pointer?

If you are standing behind the three point line, the arc going around the hoop, it is a three-pointer. Any other shot is a two-pointer.


Use of double pointer?

A double pointer has two basic meanings. One is ofa pointer to a pointer, where changing the value ofdouble pointer will result in the original pointer being changed. Another is that of a two-dimentional array, such as a matrix, or a list of char* (e.g. in main when you use argv).


Is there a c program to multiply two polynomials using linked lists?

yes


How do you get a product from two numbers?

You multiply the number together - using a calculator if needed.


Find the greater no between two nos using pointer in c plus plus programming?

if (*&a > *&b) *&max = *&a; else *&max = *&b;


Can you multiply an item using two dittos at the daycare center in Pokemon fire red?

no


When you position the mouse pointer over a corner sizing handle the pointer changes to a?

two heanded arrow


How can you multiply two numbers without using sign?

add the number how many times it says