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
Explain what is the difference between a free-standing and a hosted environment?
What is the use of a semicolon (;) at the end of every program statement?
Why c language?
Sir i need notes for structure,functions,pointers in c language can you help me please
Explain how can I open a file so that other programs can update it at the same time?
what is ur strangth & weekness
Differentiate between ordinary variable and pointer in c.
Why & is used in c?
What is volatile variable in c?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
What are register variables? What are the advantage of using register variables?
What happens if header file is included twice?
Tell us bitwise shift operators?
Tell me is null always defined as 0(zero)?