sirionwindows3801 sirionwindows3801 06-01-2023 Computers and Technology contestada What is the value of x after the following statements execute? int x = 25; int *p = &x; *p = 46; a. o b. NULL c. 25 d.46 e. None of the above QUESTION 16 The header file has an extension a. None of the above b.cpp c. imp d.h e. exe