English, asked by suryakumaryadav1212, 6 months ago

#include<iostream.h>
int main()
{
int x=0!
int &y=x; y=10;
while(x<=10)
{
Cout << y++ << "-";
}
Cout<<x;
return 0;
}

Answers

Answered by rs869radia
5

Answer:

what is this?? ..........

Similar questions