fork download
  1. #include<studio.h>
  2. main()
  3. {
  4. float. l,b,h,v;
  5. printf(enter the values for length,breadth,night);
  6. scanf(%f,%f,%f;&l&b&h);
  7. V=l*b*h;
  8. Printf(volume of cuboid is%f;v)
  9. }
  10.  
  11.  
  12.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:1:9: fatal error: 'studio.h' file not found
#include<studio.h>
        ^~~~~~~~~~
1 error generated.
stdout
Standard output is empty