Q. What is the result of using multiple `FROM` instructions?
β
Correct Answer: (C)
Multi-stage build
Explanation: Multiple `FROM` instructions enable multi-stage builds for smaller, optimized images.