Reading Servo Position Through Serial?

why can't I simply Serial.println(Servo Position); to get the servo position in C?

You could, if you had a variable called "Servo Position".

The code you posted does something. What does it do?