the data type used for unlimited value in c
and how to do this program
Answer Posted / soumya
Data type : float
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program to know whether the input number is an armstrong number.
Explain what is the difference between a free-standing and a hosted environment?
How can I open a file so that other programs can update it at the same time?
how to make a scientific calculater ?
What is the general form of #line preprocessor?
Explain what is the difference between the expression '++a' and 'a++'?
What is structure and union in c?
Explain which function in c can be used to append a string to another string?
What are the advantages of the functions?
Can we change the value of #define in c?
Why we use int main and void main?
Differentiate between #include<...> and #include '...'
Do you know what are bitwise shift operators in c programming?
What is #error and use of it?
Explain what is wrong in this statement?