the output will be
#include<stdio.h>
int main ()
{
int i;
i = 9/2;
printf("%i",i);
return 0;
}
Answer Posted / sumesh
the output of this program will be 4.here i is an integer type not float.
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
What is a nested loop?
What is calloc() function?
Is there any demerits of using pointer?
Write a program to generate random numbers in c?
Why c language?
Can a file other than a .h file be included with #include?
What is a void pointer in c?
will u please send me the placement papers to my mail???????????????????
hi send me sample aptitude papers of cts?
Why is extern used in c?
Explain about C function prototype?
What does %2f mean in c?
What is an operator?
How can I send mail from within a c program?
What is an lvalue in c?