Answer Posted / avinash
FLOAT IS DECIMAL,AMOUNT.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How can you restore a redirected standard stream?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
What is the use of parallelize in spark?
What is the advantage of c?
What is static identifier?
Why main is not a keyword in c?
What is a pragma?
What is modifier & how many types of modifiers available in c?
What is a void pointer in c?
write a program to find the given number is prime or not
What is masking?
What is the difference between NULL and NUL?
What are the advantage of c language?
For what purpose null pointer used?
What is sizeof in c?