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...

#include<stdio.h>
#include<conio.h>
void main()
{
float a;
clrscr();
a=0.5;
if(a==0.5)
printf("yes");
else
printf("no");
getch();
}

Answer Posted / ak

yes

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to explain the final year project as a fresher please answer with sample project

1024


Explain what header files do I need in order to define the standard library functions I use?

1226


Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.

3741


in iso what are the common technological language?

2162


Explain 'far' and 'near' pointers in c.

1186


What is the full form of getch?

1355


What is define c?

1156


What are the types of type specifiers?

1095


What is include directive in c?

1206


What are the advantage of c language?

1105


What is the code in while loop that returns the output of given code?

2070


What is main function in c?

1137


Difference between constant pointer and pointer to a constant.

1224


What is the difference between fread and fwrite function?

1131


What is data types?

1138