WHAT IS FLOAT?
Answers were Sorted based on User's Feedback
Answer / jayant
ts a primitive data type used to store floating point values
like 12.009
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / santosh
float is a data type in which we store the floating point
numbers
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the difference between NULL and NUL?
what are bitwise shift operators?
Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered
How can I read data from data files with particular formats?
What is output redirection?
What is difference between static and global variable in c?
what is the difference between unix os and linux os
how many key words availabel in c a) 28 b) 31 c) 32
what is the difference between strcpy() and memcpy() function?
What is omp_num_threads?
What are the different properties of variable number of arguments?
Write a C program to fill a rectangle using window scrolling