I have c# app. that run c exe with Process.Start

I want that c exe will communicate with c# exe (not only via return value).

I think if is there any way that in c file I will print with printf and c# application will listening to the those print (catch it like event)

is that option? or is there any simple way?

thanks