keokeokeo84721 keokeokeo84721 07-03-2024 Computers and Technology contestada Which of the following statements is not valid C code? (Check all that apply) a) int num1 = 5; b) int ptr = &num1; c) int num2 = *ptr; d) int* ptr = &num1;