Writing Secure Code in C, You should know
Writing secure code is very important. If you are c developer, then you should aware because in C there is no direct method to handle the exception (no inbuilt try and catch like another high-level language like C#). It is a responsibility of the developer to handle the all the exception manually. In this article, […]
Writing Secure Code in C, You should know Read More »