WHAT IS FLOAT?

Answers were Sorted based on User's Feedback



WHAT IS FLOAT? ..

Answer / jayant

ts a primitive data type used to store floating point values
like 12.009

Is This Answer Correct ?    5 Yes 0 No

WHAT IS FLOAT? ..

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

Answer / avinash

FLOAT IS DECIMAL,AMOUNT.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More C Interview Questions

if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item

2 Answers  


Is main a keyword in c?

0 Answers  


Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table

3 Answers   Value Labs,


How to compare array with pointer in c?

0 Answers  


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

0 Answers  






Why c language is called c?

0 Answers  


simple program of graphics and their output display

0 Answers   Elysium,


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

0 Answers  


#include <stdio.h> int main() { if ("X" <"x") printf("X smaller than x "); } my question is whats the mistake in this program? find it and please tell me..

3 Answers  


Is c an object oriented programming language?

1 Answers  


Difference between fopen() and open()?

3 Answers   Aricent,


Can you add pointers together? Why would you?

0 Answers  


Categories