Answer:324
Step-by-step explanation:
int i = 42.7; /* konwersja z double do int */
float f = i; /* konwersja z int do float */
double d = f; /* konwersja z float do double */
unsigned u = i; /* konwersja z int do unsigned int */
f = 4.2; /* konwersja z double do float */
i = d; /* konwersja z double do int */
char *str = "foo"; /* konwersja z const char* do char* [1] */
const char *cstr = str; /* konwersja z char* do const char* */
void *ptr = str; /* konwersja z char* do void* */
Podcza
Answer:
Step-by-step explanation:
Hello, I assume that you mean

The product is -36.

So in this example, it means that the sum is 5 and the product is -36.
Thank you
Answer:
A. 
Step-by-step explanation:
To find f(-2) in f(x)=5*3^x, plug in -2 into all the x values.
f(-2)=5*3^-2, you can use calculator to calculate 3^-2 which equals 0.1, forever 1's.
f(-2)=5*0.1=0.5 Forever 5's.
f(-2)=0.5 or 
Hope this helps!
If not, I am sorry.