main_circular.c 71 B

123456789
  1. void circular1(void);
  2. int main(void)
  3. {
  4. circular1();
  5. return 0;
  6. }