zugomaticus99661 zugomaticus99661 26-10-2022 Computers and Technology contestada Which of the following statements is not valid C++ code? int num1 = 5; a. int ptr = int *num1; b. int ptr = &num1; c. int &ptr = *num1; d. int *ptr = num1;