Author: Unknown
Subject: Static Variables
Date: Friday, 07 Feb 2020, 14:52:11
Hi Do static variables need to be initialized on the same line as they are declared or can we do something like this: static int index; index = 0; Thank you.PREV INDEX NEXT