Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / gangadhar

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

Is This Answer Correct ?    0 Yes 17 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is optimization in c?

1070


Explain About fork()?

1174


How do you print only part of a string?

1073


Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

1174


What does c mean before a date?

1232


Write a program of advanced Fibonacci series.

1205


will u please send me the placement papers to my mail???????????????????

1888


What is scanf_s in c?

1170


Difference between pass by reference and pass by value?

1214


What are the types of bitwise operator?

1168


application attempts to perform an operation?

2036


What is c programing language?

1137


Explain what does the format %10.2 mean when included in a printf statement?

1414


What is the difference between a function and a method in c?

1135


what is bit rate & baud rate? plz give wave forms

2028