C - Basics and Execution Environment
Given these commands:
What is the role of the last command?
gcc -c main.c gcc -c utils.c gcc main.o utils.o -o app
What is the role of the last command?
gcc -c main.c gcc -c utils.c gcc main.o utils.o -o app
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions