Q. Which command is to compile C code without linking using gcc compiler? (A) gcc -o cppbuzz.c (B) gcc -c cppbuzz.c (C) gcc -e cppbuzz.c (D) gcc cppbuzz.c ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) gcc -c cppbuzz.c