Computer Science, asked by aryanrajxxx751, 9 months ago

find output of following p...
{
voidcompute(int&p,intQ=10)
p=p*Q;
Q=p/Q;
cout<<p<<”#"<<Q<<endl;
}
void main ()
{
into k=15,l=5;
compute(k,l);
compute(l);
compute(k);
}

Answers

Answered by Anonymous
1

Answer:

the computer is a device which make our life easier okk

Similar questions