The India Map C Program – Explained
Few months back, I came across an interesting piece of code: This odd looking obfuscated C program has the following output: Yes! That wired looking code prints the map of India. But a first look...
Programmer and Free Thinker
Few months back, I came across an interesting piece of code: This odd looking obfuscated C program has the following output: Yes! That wired looking code prints the map of India. But a first look...
writing a loop to check each character and then perform certain function on them. Doing that not just increases lines of code but also time complexity. In this article I present some special cases...
A character can be converted to lower case using predefined functions like toupper() in C or toUpperCase in JAVA. But using these functions causes increase in time complexity. So when you have program complexity...
Let’s Connect!