C# Byte Iteration Question

This one is a great c# interview question – short and simple, but tricky.

static void Main(string[] args)
{
for (byte b = byte.MinValue; b


[ Read the rest of the story in the original article... ]

Related Articles:

(This is an automated generated content. If you are the owner of this article and don't want to show this here, just write me at post@12n3.net and I'll remove it immediatly)

Login