A computer program that combines object codes into a single executable program is called _____?

A computer program that combines object codes into a single executable program is called _____?

ایک کمپیوٹر پروگرام جو آبجیکٹ کوڈز کو ایک ہی قابل عمل پروگرام میں جوڑتا ہے اسے _____ کہا جاتا ہے؟
Explanation

A Linker is a computer program that combines object codes (from various source files) into a single executable program.

It resolves references between modules and links library files if needed.