Q. Which command is to compile C code without linking using gcc compiler?
β
Correct Answer: (B)
gcc -c cppbuzz.c
You must be Logged in to update hint/solution