Published
- 1 min read
Syntax error: "(" unexpected when execute a compiled c program
The solution for this is noted below
Syntax error: ”(” unexpected when execute a compiled c program
Solution
kali $ gcc [programName].c -o programName
$./programName
Try other methods by searching on the site. That is if this doesn’t work