Multiple choice Wild pointer in 'C' ____________. is initialized by constant is not initialized. does not exist in C language only takes 'int' values works like null pointer Reveal answer Fill a bubble to check yourself B Correct answer Explanation A pointer which is not initialized in C, is known as Wild Pointer.