I am basically .net developer and having zero knowledge on c. Today i got below task. There is a c program to add two numbers. C program contains method which takes two numbers to add as parameters. Now I want to access these c methods(objects) in my .net MVC or webapi2. I should call c program(object) to add two numbers and should give output in HTML using .net. I have no idea where to start this! Can someone educate me on this or someone share me usefull links to in order to understand in better way. Any help would be greatly appreciated. Thank you.
exectype thingProcess.Start()with parameters. There are a few different ways to call things outside of managed code, but it largely depends on what you are trying to call. Need more info.