#include <stdio.h> #include <stdlib.h>
// Function to perform division (x / y) of two numbers x and y. // without using division operator in the code. int divide(int x, int y)
{ // handle divisibility by 0. if (y == 0)
{ printf("Error!! Divisible by 0"); exit(1);
} // store sign of the result.
int sign = 1; if (x * y < 0)
Answer: n = 11
Step-by-step explanation:
2^10 = 1,024
1,025 + 1,025 = 2,048
2^11 = 2,048
Answer:
c
Step-by-step explanation:
Answer : B! As you can see, you can go to the x axis, and go to number 4. Then go down to -2, and you will end up in point B!