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
0
Answer:r=7
Explanation:
Answered by
0
Answer:
iew
Explanation:
bibfi
Similar questions
History,
3 months ago
Math,
3 months ago
English,
3 months ago
Math,
7 months ago
Chemistry,
7 months ago
Science,
11 months ago
Computer Science,
11 months ago
Computer Science,
11 months ago