6. int i, r=0, d;
for (i=n ; i>0;i=i/10)
{
d=i%10;
p = r* 10+d;
}
Find the value of r if n=171
Answers
Answered by
0
Answer:
0
Explanation:
you haven't assigned "r" after initialisation so r will not change its value
Similar questions
Math,
1 month ago
CBSE BOARD X,
1 month ago
Science,
3 months ago
English,
3 months ago
Math,
10 months ago
Social Sciences,
10 months ago
Computer Science,
10 months ago