Well I'm still learning C++ but with C++ you have an OS with an operating system which has a terminal. Arduino doesn't have a terminal, so I was out of ideas about how to talk to it. I still don't know what your Serial.println(sizeof(double)); will do, but coupled with the link to the documentation I should be able to eventually figure this out. At least I now know that there is some kind of communication happening between the Arduino and the computer through the serial port and I would imagine there is something that will appear in the Tools->Serial Monitor window. I guess that's Arduino's terminal. Reading the documentation now.
'(' is called "Opening Parenthesis" and ')' is called "Closing Parenthesis". "( )" is called "Pair of Parentheses". I am a non-native and that's all I know.
This is the style (sizeof int) I prefer to use; because, sizeof (being a keyword) is not a function name - it is an operator which you have also mentioned.