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 / maniac

yes

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of main( ) in c language?

1093


Explain the array representation of a binary tree in C.

1168


Is there a built-in function in C that can be used for sorting data?

1184


What is %lu in c?

1181


How does free() know explain how much memory to release?

1015


What does 4d mean in c?

1453


Explain how can I pad a string to a known length?

1128


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

1219


What are enumerated types?

1106


Explain how do you determine a file’s attributes?

1001


How do you define a string?

1051


What are the disadvantages of external storage class?

1008


In c programming language, how many parameters can be passed to a function ?

1056


What is the difference between %d and %i?

1046


How many types of arrays are there in c?

998