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
How many types of operator or there in c?
What is a pragma?
What are examples of structures?
Who is the main contributor in designing the c language after dennis ritchie?
Find MAXIMUM of three distinct integers using a single C statement
Write a program on swapping (100, 50)
What is main return c?
i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
What is the difference between struct and union in C?
What is a program?
What is enumerated data type in c?
Can we change the value of static variable in c?
What oops means?
Which is best linux os?
When should the volatile modifier be used?