There is this concept in c++, where i can store local variable by the use of static storage class. You see this is a powerful concept where if i want to iterate through elements of a class, i simply...