C - Basics and Execution Environment
What will be the output of the following commands?
gcc -E file.c -o file.i gcc -S file.i -o file.s
gcc -E file.c -o file.i gcc -S file.i -o file.s
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions