the output will be

#include<stdio.h>
int main ()
{
int i;
i = 9/2;
printf("%i",i);
return 0;
}

Answer Posted / manomit mitra

4

Is This Answer Correct ?    48 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are static variables in c?

631


How do you initialize pointer variables?

616


Which is better malloc or calloc?

656


What is #include stdio h?

689


Why is c so powerful?

691






Explain setjmp()?

661


Combinations of fibanocci prime series

1116


How can you access memory located at a certain address?

670


The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?

669


What's the total generic pointer type?

619


What is a loop?

558


What is string function in c?

544


What is bash c?

562


What is zero based addressing?

722


State the difference between x3 and x[3].

656