I'd say "abstract virtual machine." You are just confusing people. "Virtual machine" most commonly refers to a discrete program that presents a defined computational interface that everyone calls the virtual machine. This VM program must be run independently of the code you wrote.
For C there is no such virtual machine process. The "virtual machine" for C is abstract and defined implicitly.
For C there is no such virtual machine process. The "virtual machine" for C is abstract and defined implicitly.