Which is the parameter of the winmain():
Answers
Answered by
0
Answer:
[tex]WinMain() is the C entry point function of any windows application. Like normal DOS/console based application which has main() function as C entry point, in windows we have WinMain() instead. WinMain() is a function which is called by system during creation of a process.
Similar questions