Saved Bookmarks
| 1. |
01 2. What will be the output of thefollowing C code?mainlyfloat x = 'a';printf("%f",x);return 0;Ops.A. aB. Runtime errorC. 2.000000000D. 9705 |
|
Answer» Answer: 21321312331 Explanation: |
|