I try to code my first C-Programs on a VM on Virtual Box and I do it by a YouTube Tutorial. Now i wanted to code a "Hello World!" program. But the problem is, that it seems that stdio.h doesn't exist on the VM. I did an update but it doesn't helped either.
#include <stdio.h>
Can someone help me with this problem?
first.c:1:10: fatal error: stdio.h: No such file or directory
1 | #include <stdio.h>
| ^~~~~~~~
compilation terminated.