RPC stands for Remote Procedure Call, a protocol where one program can execute a procedure/function on another computer across a network. It's about calling procedures (functions), not processes (running programs). The 'C' option correctly identifies the full form.