9. What will be the output of the following program?
#include
int main(){
int n = 010101, count=0;
while(n !=0) {
n/=10;
++count;
}
printf("%d", count);
return 0;
}
hackerforawhile:
why i ever ghot a chance to answer my ques by my
Answers
Answered by
0
Answer:
what will be the output of following program include i n t main i n t and 0 10101010 while and equal to zero bracket and is equal to 10 plus plus ground print % discount return 0 that
Answered by
0
Answer:
Idon't known...
Explanation:
9. What will be the output of the following program?
#include
int main(){
int n = 010101, count=0;
while(n !=0) {
n/=10;
++count;
}
printf("%d", count);
return 0;
}
Similar questions
Math,
1 month ago
Economy,
1 month ago
Biology,
3 months ago
India Languages,
3 months ago
Geography,
9 months ago