Hii everyone! Do you love programming? Are you a C enthusiast? Then I have brought few magic hacks for you all! Hack #1: A linker can be used to link vast number of files to produce one binary file which can be directly executed. A great trick for large programs, using a linker to compile multiple code files can hugely benefit you in saving time and efforts. Hack #2: In practise, one code is handled by numerous developers and may need a revisit even after it is deployed. In such a situation it makes sense to place comments alongside the code detailing out what a particular part of the code stands for. Thanks youu! #day18

Loading...