Computer Science, asked by chetanac, 8 months ago

int a= -1;
int b= a * 5;
printf("a is %d,and b is %d\n,"a,b);

what is the output?

Answers

Answered by TheDarkQueen
0

f(x) = \begin{cases}</p><p>\dfrac{k\cos x-1}{\pi - 2x} &amp; \text{if} \:  x \neq \dfrac{\pi}{2} \\ \\</p><p>3 &amp; \text{if} \: x = \dfrac{\pi}{2}</p><p>\end{cases}

\\ \\ \lim_{x \to 0} \left ( \dfrac{x^2+1}{x^2} \right )

Answered by Aarti20dec
6

Answer: a is -1,

and b is 5

Explanation:

Similar questions