. The entire answers are infront of you.
Below are the answers. Ontop are the questions.
You just need to see what letters and arrow matches the answer in the question.
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
=3
The absolute value of any number is ALWAYS positive. Negatives get changed to positives.
5-2=3
5,5.2,2
6,6,1,1
4,4,3,3
2,2,55
REPOST IT A BIT CLEARER sorry i was on caps and im to lazy to elete what i wworte and repost it