fork download
  1. // C SYNTAX
  2. // Aurthor: jeyaram k date: 02-03-2025
  3.  
  4. #include <stdio.h>
  5. int main()
  6. {
  7. printf("Welcome to c programing");
  8. return 0;
  9. }
Success #stdin #stdout 0.01s 5296KB
stdin
Standard input is empty
stdout
Welcome to c programing