Recursion- The Easy Way
Recursion is somewhere defined as the tool to fast iteration, whereas some people find it obfuscating and detest it with proof of it being slow.
The obfuscated Eiffel
The obfuscated Eiffel contest is one where you have to post the most obfuscated and bloated code ever to win the race. Your code should be bloated and beautiful.
Maximal Munch Problems in Computer Science Programming
However to avoid this ambiguous state of affairs, the lexical analyzer has been taught to identify the longest sequence, thus consuming as many characters as it legally can. The situation: a maximal munch!
Keywords less used
In c, there are some keywords the usage of which is not very clearly defined (in textbooks). But they are an important part of the language. Here are some I could find.
Trends To Good Coding Style
1. Name :: A variable name reflects it’s presence and usage in a program. A variable name thus should be concise, understandable, definitely memorable and if possible pronounceable. Global :- Use descriptive names for global variables as they can crop up anywhere in a code. Another good method is to include a comment with each [...]
Chinmoy Kanjilal is the geek behind Techarraz. This is where he rants about his adventures with technology. Get to know him better, and connect with him on social networks.
Recent reactions