50.7k views
0 votes
Identify the slope of the line for the equation y = 10x + 3.

1 Answer

3 votes

Answer:324

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

User Koro
by
7.2k points

No related questions found

Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories