why we are using float in C

Answer Posted / prady

To provide accuracy for calculations.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does c mean before a date?

585


Explain the bubble sort algorithm.

638


Explain what will the preprocessor do for a program?

593


What are all different types of pointers in c?

572


Explain the difference between call by value and call by reference in c language?

643






Write a program of advanced Fibonacci series.

704


Explain enumerated types.

596


Differentiate between null and void pointers.

627


typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none

711


What is data type long in c?

621


How can I do serial ("comm") port I/O?

683


exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above

656


Does c have function or method?

586


Explain what is wrong with this program statement?

618


Why c is called a mid level programming language?

601