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

what are advantages of U D F?

1 Answers   Google,


Give a method to count the number of ones in a 32 bit number?

4 Answers  


find largest of 3 no

8 Answers  


How will you allocate memory to double a pointer?

1 Answers  


how to execute with out main in cprogram

15 Answers   Infosys,






print pattern 1 1 33 33 555 555 77777777 555 555 33 33 1 1

1 Answers   Winit,


What is alloca() and why is its use discouraged?

1 Answers  


What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.

0 Answers  


How can I manipulate strings of multibyte characters?

0 Answers  


Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.

6 Answers  


code for concatination of 2 strings with out using library functions?

3 Answers  


int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?

7 Answers   Parimal, Wipro,


Categories