September 09, 2015

C Programming guidelines and standards

We do C programming and we may be good in writing the logic. But in industry standards, some writing guidelines are followed to increase the clarity of the code to give better readability to others who see your code. In times we feel debugging our own code is hectic. Following the coding guidelines will help you in this case. Here are links to few coding guidelines and standards to write a clean readable code.
GNU Coding Standards

To know the standard defined in C as per ANSI C, refer c89-draft

No comments:

Post a Comment

Comment will be published after moderation only. Do not advertise here.