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
Social Sciences,
4 months ago
Social Sciences,
4 months ago
Math,
8 months ago
Chemistry,
8 months ago
Science,
1 year ago
Computer Science,
1 year ago