What is a floating point in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Program to find the absolute value of given integer using Conditional Operators

6 Answers   N Tech,


Is c easier than java?

0 Answers  


What is variable in c example?

0 Answers  


Explain how can I write functions that take a variable number of arguments?

0 Answers  


Is null always defined as 0(zero)?

0 Answers  


What is declaration and definition in c?

0 Answers  


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

0 Answers  


Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

0 Answers  


Method Overloading exist in c ?

3 Answers   Wipro,


why java is called as a purely oops language.

3 Answers   TVS,


Explain the use of bit fieild.

0 Answers  


How can I automatically locate a programs configuration files in the same directory as the executable?

0 Answers  


Categories