the data type used for unlimited value in c
and how to do this program



the data type used for unlimited value in c and how to do this program..

Answer / soumya

Data type : float

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Write a program or provide a pseudo code to flip the 2nd bit of the 32 bit number ! (Phone Screen)

1 Answers   NetApp, PTU, Wipro,


#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }

15 Answers   Infosys,


What is enumerated data type in c?

0 Answers  


I have a function which accepts a pointer to an int. How can I pass a constant like 5 to it?

3 Answers  


Differentiate between new and malloc(), delete and free() ?

0 Answers   iNautix,






IS STRUCTURES CAN BE USED WITHIN AN ARRAY?

7 Answers   Caritor,


What are high level languages like C and FORTRAN also known as?

0 Answers  


What is the difference between functions abs() and fabs()?

0 Answers  


Explain the use of fflush() function?

0 Answers  


How to write a C program to determine the smallest among three nos using conditional operator?

2 Answers   Google,


What is a structural principle?

0 Answers  


different between overloading and overriding

3 Answers  


Categories