what is the output of the
following program. *
#include
void fun (int *x, int *y);
void main()
{
int a =
5, b = 20;
printf("%d %d", a, b);
fun (&a, &b);
printf("%d %d", a, b);
void fun (int *x, int *y)
{
*x = *x* *y;
*y
*x / *y;
*x = *x / *y;
5 20 5 10
5 20 20 5
5 20 20 20
5 5 20 20
Answers
Answered by
0
Answer:
,hzjzusuzjzjxjxjxkgx It a java programming language ☺☺
Similar questions
Math,
4 months ago
Math,
4 months ago
Social Sciences,
4 months ago
Math,
8 months ago
Geography,
8 months ago
Political Science,
11 months ago
Physics,
11 months ago