W3Schools Tryit Editor

PHOTO EMBED

Thu Feb 23 2023 17:55:03 GMT+0000 (Coordinated Universal Time)

Saved by @vishpriya412 #undefined

#include <stdio.h>
​
int main() {
  const int minutesPerHour = 60;
  const float PI = 3.14;
​
  printf("%d\n", minutesPerHour);
  printf("%f\n", PI);
  return 0;
}
content_copyCOPY

https://www.w3schools.com/c/tryc.php?filename