

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the program?_x000D_ #include_x000D_ #include_x000D_ int main()_x000D_ {_x000D_ printf("%f\n", sqrt(36.0));_x000D_ return 0;_x000D_ } |
A. | 6 |
B. | 6 |
C. | 6 |
D. | Error: Prototype sqrt() not found. |
Answer» D. Error: Prototype sqrt() not found. | |