Answer:
The answer is 4.
Step-by-step explanation:I'm not sure on how to explain it, but I just completed the test and that was the answer. Hope this helps anyway! :)
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
First you need to move that n over im fairly certain
Answer:
The Axes. The independent variable belongs on the x-axis the(horizontal line) of the graph and the dependent variable belongs on the y-axis the (vertical line)
Answer:
-7
Step-by-step explanation: