I don't seem to get my head around punctuators in C++. My college didn't even mention about it while teaching tokens, they referred to it as 'special symbols' and just skimmed through it. Are the two terms used interchangeably? How can I write about punctuators in some 80-100 words if it gets asked in my exam? I may want to know about the ways it interacts with the compiler, its difference from operators, or other things which could build a good short note on punctuators.
Note:
I have got this after surfing the net for a quality answer. But that is a very short answer which is not what I'm looking for.
Edit:
Even a few points would do upon which I can build a short note.