Answers for "gcc"

2

compile with gcc

#Copy and paste this line in your terminal to compile your file with gcc
gcc -Wall filename.c -o filename
#To execute the file
./filename
Posted by: Guest on November-14-2020
0

gcc alternatives

root@nexus:~# update-alternatives --config gcc
update-alternatives: error: no alternatives for gcc.
root@nexus:~# update-alternatives --config cc
There is only one alternative in link group cc: /usr/bin/gcc
Nothing to configure.
Posted by: Guest on March-30-2020
0

cccccccccc

OJefiojeioFOI"E[[[[[[[[[[[[[[[[[[[ B
Posted by: Guest on September-12-2020
0

gcc

gcc is GNU C Compiler
Will compile: *.c\*.cpp files as C and C++ respectively
Compiling C files has fewer predefined macros.
Posted by: Guest on April-24-2021

Browse Popular Code Answers by Language