Swapnil M.

asked • 01/11/20

what will be the value of i and why ?

#include<stdio.h>

#include<string.h>

int main()

{

int z,i=0;

while(scanf("%d",&z)==1)

{

i++;

printf("%d",z);

}

printf("%d",i);

}

1 Expert Answer

By:

Patrick B. answered • 01/12/20

Tutor
4.7 (31)

Math and computer tutor/teacher

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.