Answer Posted / avinash
FLOAT IS DECIMAL,AMOUNT.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is function and its example?
Write a Program to accept different goods with the number, price and date of purchase and display them
What is structure packing in c?
Why is not a pointer null after calling free?
What does %d do?
What are identifiers in c?
What is floating point constants?
How do you define CONSTANT in C?
Why is c faster?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
explain how do you use macro?
What is the use of gets and puts?
When should a type cast be used?
Write a program to check armstrong number in c?
Is struct oop?