Hello earthly beings, human and otherwise. After the lukewarm response to my earlier note called “Musing of Webmaster Motu” (i should have called it The Ramblings instead) i decided to abide by the age old saying, ” Try and Try until the Coffee runs out.”. The title of this particular entry is CB Radio 101. […]
Category Archives: Blog
FUBAR!!
In all my time as a student of computer science i was always intrigued by the examples that authors used in their books on programming.Whenever they explained any program with functions they assumed two functions foo() and bar(). for ex: consider the following code : foo(){ int a=5, c; int b=6; c=a+b; return c; } […]