Answer Posted / avinash
FLOAT IS DECIMAL,AMOUNT.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the easiest sorting method to use?
how logic is used
Explain how do you view the path?
What is the g value paradox?
How to get string length of given string in c?
What is the difference between a function and a method in c?
Why is extern used in c?
Why shouldn’t I start variable names with underscores?
What is sizeof in c?
Why can’t constant values be used to define an array’s initial size?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
What is conio h in c?
How do you search data in a data file using random access method?
Why use int main instead of void main?
write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.