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

How many types of operator or there in c?

860


What is a pragma?

906


What are examples of structures?

829


Who is the main contributor in designing the c language after dennis ritchie?

806


Find MAXIMUM of three distinct integers using a single C statement

851


Write a program on swapping (100, 50)

890


What is main return c?

765


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

2127


What is the difference between struct and union in C?

930


What is a program?

950


What is enumerated data type in c?

876


Can we change the value of static variable in c?

790


What oops means?

787


Which is best linux os?

796


When should the volatile modifier be used?

917