Answer Posted / santosh
float is a data type in which we store the floating point
numbers
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
what are # pragma staments?
What is difference between structure and union with example?
When can a far pointer be used?
What does calloc stand for?
What are the different types of endless loops?
Can math operations be performed on a void pointer?
How would you rename a function in C?
How do you use a pointer to a function?
Can you please compare array with pointer?
Explain how are 16- and 32-bit numbers stored?
What is the difference between array and structure in c?
What is bash c?
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
develop algorithms to add polynomials (i) in one variable