SyntaxFix
Write A Post
Hire A Developer
Questions
you need to place the opening brace after main , not before it
main
#include <stdio.h> #include <stdlib.h> #include <time.h> int main(void) {