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
What do you need help with? it helps us to know the question!
Step-by-step explanation:
siiiiiiiiiiiiiiiiiiiiiiiii
Answer: 
Step-by-step explanation:
For finding the quotient of the given division,
In the long division method, we will follow the following steps.
Step 1 : Here the divisor is d-2 and dividend is 
Multiply (d-2) by
and subtract the dividend by the resultant.
We get 
Step 2: Multiply (d-2) by
and subtract the remaining dividend by the resultant.
We get 
Step 3 : Multiply (d-2) by
and subtract the remaining dividend by the resultant.
We get 
Since, after getting 7 it is not possible further division,
Hence, Remainder = 7,
Quotient = sum of all expression by that we multiply (d-2) = 
Answer:
I think so I'm not too sure