एक शब्द में उत्तर दीजिए
(1) कः पर्वते अभ्रमत् ?
(1) दार्शनिकः कदा नमस्कारस्य उत्तरम् अददात् ?
(in दार्शनिकः स्वमित्रं कथमपश्यत् ?
(iv) बन्धुः कथं वदति ?
Answers
Answered by
0
Answer:
Explanation:
9. What will be the output of the following program?
#include <stdio.h>
int main(){
int n = 010101, count=0;
while(n !=0) {
n/=10;
++count;
}
printf("%d", count);
return 0;
}
Answered by
0
I think the answer is I
Similar questions