c programming language basic coding templates for all concepts.
The template consists of below below listed concepts. 1. Printing Hello World(include command line arguments) 2. Usage of all datatypes 3. Operators(logical,bitwise,arithmetic,other) 4. Conditional statements(if,if-else,switch) 5. Loops(while,do-while,for) 6. Recursive functions 7. Multiidimentional arrays 8. User defined datatypes(structure,union,enum,bitfield) 9. Preprocessor directives(macros,conditions,pragma_pack) 10. Miscellaneous(typedef,typecast)