Answer Posted / nashiinformaticssolutions
int: Stores integer values (e.g., 1, -10).
float: Stores floating-point numbers (e.g., 3.14, -2.7).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the use of ?
What are register variables? What are the advantage of using register variables?
Do pointers need to be initialized?
What is output redirection?
Suggesting that there can be 62 seconds in a minute?
What does void main () mean?
What is an arrays?
I came across some code that puts a (void) cast before each call to printf. Why?
What is the use of sizeof?
what do you mean by enumeration constant?
Is c dynamically typed?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What are reserved words with a programming language?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
How can I find out the size of a file, prior to reading it in?