W3Schools Tryit Editor

PHOTO EMBED

Thu Feb 23 2023 18:02:15 GMT+0000 (Coordinated Universal Time)

Saved by @vishpriya412 #undefined

#include <stdio.h>
​
int main() {
  int x = 5;
  int y = 3;
  printf("%d", x * y);
  return 0;
}
content_copyCOPY

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