there is fatel error was coming test.c:1:10: fatal error: stdio.h: No such file or directory 1 | #include | ^~~~~~~~~ compilation terminated. mintlinux-systemprogramming
Hi Tejash, "stdio.h" is a standard library from "GCC". It should be available inside the path "usr/lib/gcc/". If it is not available then there must be some issue with the GCC environment. you need to reinstall the GCC compiler. To verify, you can use the commend "echo "#include " | gcc -v". This will give you the information, from where GCC referring the stdio.h file.
Thanks for this video, mister
2:40 in order to change to enter mode, press what? “Ie”? Sorry I didn’t hear clearly
thanks sir.
there is fatel error was coming
test.c:1:10: fatal error: stdio.h: No such file or directory
1 | #include
| ^~~~~~~~~
compilation terminated.
mintlinux-systemprogramming
where is the exit button bro?
same question
@@anshika-t3u
@@anshika-t3u you need to follow the below steps to exit.
-> Press Escape key (Esc)
-> Enter the command :wq
Hi Tejash,
"stdio.h" is a standard library from "GCC". It should be available inside the path "usr/lib/gcc/".
If it is not available then there must be some issue with the GCC environment. you need to reinstall the GCC compiler.
To verify, you can use the commend "echo "#include " | gcc -v".
This will give you the information, from where GCC referring the stdio.h file.