Ok - so the one line title is not that exciting, but the job is!


int main()
{
char our_mystery_company[40] = { 'R', 't', 'm' };

for (char *pc = our_mystery_company; *pc; ++pc)
...