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 are local static variables?
how we can say java is platform independent, while we require JVM for that particular Operating System?
Explain Linker and Loader
What does the file stdio.h contain?
How will you allocate memory to double a pointer?
what are brk, sbrk?
What does a run-time "null pointer assignment" error mean?
Can a pointer point to null?
what is use of malloc and calloc?
What was noalias and what ever happened to it?
1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?
What is the size of structure in c?