gangadhar


{ City } visakhapatnam
< Country > india
* Profession * student
User No # 44562
Total Questions Posted # 1
Total Answers Posted # 1

Total Answers Posted for My Questions # 4
Total Views for My Questions # 14053

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 17
Questions / { gangadhar }
Questions Answers Category Views Company eMail

what is gyroscopic & gyroscopic effect

4 Mechanical Engineering 14053




Answers / { gangadhar }

Question { 18753 }

what is the output of the following program?
#include
void main()
{
float x=1.1;
while(x==1.1)
{
printf("\n%f",x);
x=x-0.1;
}
}


Answer

first time loop will satisfy and second time loop will
not satisfy bcoz x become zero....

Is This Answer Correct ?    0 Yes 17 No