Economy, asked by hut10581, 3 months ago

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
hut10581: ok
hut10581: i know that
hut10581: what i can do
hut10581: your name
hackerforawhile: name of me is solni
hackerforawhile: it's soni
hackerforawhile: and your name also is soni
hut10581: how do you know my name
hut10581: because it is your 2 ids

Answers

Answered by avimanpandey
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 chhavitomar396
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