Pergunta de entrevista da empresa Cognex

Describe the process of a C++ statement: *a++ = *b++

Resposta da entrevista

Sigiloso

22 de abr. de 2015

I answered as the *a will get a value of *b, then the pointer address will increase, which was right. But I change my mind later.

1