Multiple Choice
Wild pointer in C
A) if pointer is pointing to a memory location from where variable has been deleted
B) if pointer has not been initialized
C) if pointer has not defined properly
D) if pointer pointing to more than one variable
Correct Answer:

Verified
Correct Answer:
Verified
Q4: What will happen if in a C
Q5: Array which is having _ dimensions is
Q6: #include "stdio.h"<br>Int main()<br>{<br>Int a = 10, b
Q7: What is output of below program?<br>Int main()<br>{<br>Int
Q8: #define t 10<br>Void main()<br>{<br>Printf("%d",t);<br>}<br>A)10<br>B)Error:Unfined symbol 't'<br>C)Error:Improper placement
Q10: Size of void pointer is<br>A)1 byte<br>B)2 byte<br>C)3
Q11: Which macro is used to insert assembly
Q12: which of these is not a valid
Q13: #include "stdio.h"<br>Int main()<br>{<br>Int a@ = 10;<br>Printf("%d", a@);<br>Return
Q14: In a function call, _ is passed