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

What are the benefits of c language?

0 Answers  


Write a programme to find even numbers without using any conditional statement?

3 Answers   ADD Software, Infosys,


Which of the following is not an infinite loop ? a.while(1){ .... } b.for(;;){ ... } c.x=0; do{ /*x unaltered within theloop*/ ... }while(x==0); d.# define TRUE 0 ... while(TRUE){ .... }

7 Answers   TCS,


a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none

0 Answers  


Explain what is wrong in this statement?

0 Answers  






main() { int arr[5]={23,67}; printf("%d%d%d",arr[2],arr[3],arr[4]); }

9 Answers   TCS,


Why is a semicolon (;) put at the end of every program statement?

0 Answers  


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

0 Answers  


what is meant by the "equivalence of pointers and arrays" in C?

3 Answers   Satyam,


why 'c' is called middle level language.

2 Answers  


mplementation of stack using any programing language

1 Answers   Marlabs,


declare afunction pointer to int printf(char *)?

1 Answers   HCL,


Categories