Q. With which value should a pointer be initialized? (A) 0 (B) NULL (C) -1 (D) None of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) NULL Explanation: Pointer should be initialized with NULL.