Which statement will you add in the following program to work it correctly?#include int main() { printf('%f\n', log(36.0)); return 0; } - Study24x7
Social learning Network
21 Feb 2023 05:48 PM study24x7 study24x7

Which statement will you add in the following program to work it correctly?See more

A

#include<conio.h>

B

#include<math.h>

C

#include<stdlib.h>

D

#include<dos.h>

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles