Computer Science, asked by aadeshkothwar, 3 months ago

Q 2 - What is the output of the following program?
#include<stdio.h>
void swap(int m, int n)
{
int x = m;
m = n;
n = x;
}
main()
{
int x=5, y=3;
swap(x,y);
printf("%d %d", x, y);
}​

Answers

Answered by nehianaghan
1

Answer:

kya boys me mera koi best friend banega jo 17 ya 18 year ke ho? please please please please please please please give me a ans.

Similar questions