int main()
{
char our_mystery_company[40] = { ‘R’, ‘t’, ‘m’ };
for (char *pc = our_mystery_company; *pc; ++pc)
*pc += 1;
printf("Come work for %s Trading\n", our_mystery_company);
}
Can you read this? Can you tell us why it works? Then contact us at jobs@suntradingllc.com!
Interested? Email resume and cover letter to jobs@suntradingllc.com