Hello, I need to Write a program la2pa in C that translates a logical address to a physical address. The page table should be read from a file. The program takes two inputs, a page table file and a logical address, and produces one output, a physical address I will provide you a page table […]