logo

Crowdly

La següent funció:  int que_faig (int n){ while (n > 0){  cout<< n%10; ...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

La següent funció:

 int que_faig (int n){

while (n > 0){

 cout<< n%10;

 n = n/10;

}

return n;

}

sempre retornarà 0

More questions like this

Want instant access to all verified answers on atenea.upc.edu?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!