Answer Posted / avinash
FLOAT IS DECIMAL,AMOUNT.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Write a Program to accept different goods with the number, price and date of purchase and display them
How to write a code for reverse of string without using string functions?
What is difference between static and global variable in c?
What is pointer & why it is used?
what are the different storage classes in c?
Is Exception handling possible in c language?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What are the rules for the identifier?
What is pointer to pointer in c?
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)
Can we declare variable anywhere in c?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Explain indirection?
What is the use of function overloading in C?
What is this pointer in c plus plus?