#include<stdio.h>
void main(int x,int y)
{
int temp=x+y;
x+=temp;
printf("%d",&temp);
getchar();
}
Answers
Answered by
0
Explanation:
सीता राम चरित अति पावन अति मनभावन
Similar questions