Computer Science, asked by mithudeyhim, 7 months ago

8. What will the function troop() return if
n=235 and m=10
int troop (int n)
{ int k=0;
while (n!=0)
{
k=n%8+k*10;
n/=8;
}
return ki
}​

Answers

Answered by Gulane
0

Answer:r=7

Explanation:

Answered by 9912361278
0

Answer:

iew

Explanation:

bibfi

Similar questions