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


Please Help Members By Posting Answers For Below Questions

Explain what is the difference between a free-standing and a hosted environment?

911


What is the use of a semicolon (;) at the end of every program statement?

1146


Why c language?

844


Sir i need notes for structure,functions,pointers in c language can you help me please

2174


Explain how can I open a file so that other programs can update it at the same time?

874


what is ur strangth & weekness

2041


Differentiate between ordinary variable and pointer in c.

863


Why & is used in c?

926


What is volatile variable in c?

871


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?

1843


Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor

3252


What are register variables? What are the advantage of using register variables?

908


What happens if header file is included twice?

899


Tell us bitwise shift operators?

811


Tell me is null always defined as 0(zero)?

847