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


why we are using float in C

Answers were Sorted based on User's Feedback



why we are using float in C..

Answer / siva

for decimal values

Is This Answer Correct ?    8 Yes 0 No

why we are using float in C..

Answer / prady

To provide accuracy for calculations.

Is This Answer Correct ?    4 Yes 1 No

why we are using float in C..

Answer / remya

for decimal and to get a accurate value

Is This Answer Correct ?    1 Yes 0 No

why we are using float in C..

Answer / salini

for fractional values

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Write a program to print the following series 2 5 11 17 23 31 41 47 59 ...

2 Answers  


read an array and search an element

1 Answers  


#include<stdio.h> int main() { int i=0,j=1,k=2,m,n=0; m=i++&&j++&&k++||n++; printf("%d,%d,%d,%d,%d",i,j,k,m,n); }

12 Answers   Capital IQ, Sasken,


In which layer of the network datastructure format change is done

0 Answers   Honeywell,


how c source file in converted to exe file

5 Answers   KPIT,


two variables are added answer is stored on not for third variable how it is possible?

3 Answers  


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

0 Answers  


main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?

9 Answers   BTBP, CitiGroup,


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

0 Answers   L&T,


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

0 Answers   HCL,


Why should I prototype a function?

0 Answers  


what are the advantages & disadvantages of unions?

2 Answers  


Categories