R Ram Sharma π Coach β 193.88K Points π C Programming Q. Choose a right statement. (A) Variables of type auto are initialized fresh for each block or function call. (B) Variables of type static are initialized only first time the block or function is called. (C) Variables of type register are initialized each time the block or function is executed. (D) All of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) All of the above