General Discussions

Why Program?

The decisive goal of each programming language is to keep it effortless for the user and conceal the complexity in the implementation. The intact notion of theory in computer science verbalizes the abstraction by keeping it easy to the user. Concept is goal driven to optimize it to the computer architecture. We all speak of… Continue reading Why Program?

General Discussions · Python Codes

Keylink Data Structure

We often encounter projects and experiments where keywords are associated to the web links. For each of those keywords present in the list, one or more links are collected to gather and process the data related to it. Keylink data structure maintains a web link to every keyword present in the list. The number of… Continue reading Keylink Data Structure

Ebooks

Structures and C – Ebook

Understanding ‘structures’ has given stunning buildings and architectural wonders. Understanding ‘structures’ has explained us how to visualize the universe and the planetary system. Understanding ‘structures’ has given out patterns and designs. Structures have made the study easy and involving. Understanding ‘structures’ will also make you a better programmer. Though we are referring to different structures… Continue reading Structures and C – Ebook

Ebooks

Design of a Programmer

There are rules. There sure are rules. But no one is going to tell you those! They aren’t told because everyone makes their own and its one of its kind. The question is how do I make my own rules to be a better programmer? Is it possible? The answer is yes and hence is… Continue reading Design of a Programmer

Puzzle Programs

XYZ+XYZ+XYZ=YYY C Program

You might have encountered this puzzle at several places. Including in WhatsApp and other social media which is circulated in the following manner: You will find many discussions on the web on solving this which ends up in the answer 148. We can also obtain the result by writing a program and asking machine to… Continue reading XYZ+XYZ+XYZ=YYY C Program