will it rotate one revolution and become '0'
YES
They both work as you have highlighted. Now only one comment that you should try. Are you in G90 / incremental distance or G91 / absolute distance mode? As that makes a difference.
EXAMPLE:
G91 ( INCREMENTAL)
G01 A90 F20 ( WILL MOVE TO 90 DEGREES AT THE FEEDRATE )
G01 A90 F20 ( WILL NOW MOVE ANOTHER 90 DEGREES SO YOUR AT 180 )
G01 A180 F20 ( WILL NOW MOVE ANOTHER 180 DEGREES )
Just do your codes in the MDI line and watch the DRO's, or jog the axis in either mode and see what happens.
Place a G90 or G91 on a line ahead of some simple code and see the difference. Play some and you'll be a pro in no
time at all with the experience gained.
As far as the G90 or G91 goes, it's like ice cream, pick your flavor for programing, or get a double dip of both but you decide which is on top.

RICH