Is this actually a trick question?  Is it valid in C to have a line of
code that just evaluates to "b"?  What sort of statement is that?

I can cope with (if I've got the correct assignment operator):

x = 2["abcde"];

but not:

2["abcde"];

But I haven't programmed in C since 1990.

Kerry.

Reply via email to