I am generating a C code in my application which I save as a file. I
need to compile,
execute, the code and display errors if any at runtime.
How can I do it in VIsual Studio.Net? I found some clue in CodeCompiler
Class but did not get the solution for C code.
