fork download
  1. #include <stdio.h>
  2.  
  3. #include <stdio.h>
  4. int main()
  5. {
  6. printf("The value of six is: %d \n", 16-10);
  7. return 0;
  8. }
Success #stdin #stdout 0s 5324KB
stdin
#include <stdio.h>
int main()
{
    printf("The value of six is: %d \n", 16-10);
    return 0;
}
stdout
The value of six is: 6