Home Tags Variables

Tag: variables

Lisp: Tears of Joy, Part 6

0
Lisp has been hailed as the world's most powerful programming language -- but only the top percentile of programmers use it, because of its...

Joy of Programming: Scope, Lifetime and Visibility in C

5
Often, programmers confuse the scope, lifetime and visibility of variables. So I'll cover these three important concepts in this month's column. Whenever you declare a...

Joy of Programming: Types of Bugs

1
In this column, we'll look at four types of bugs, named after popular scientists. The classification is interesting -- we'll understand how strange bugs...