The following C program fragment June 6, 2022 by admin โช Choose the correct option. The following C program fragment void main() { int *a; *a= 7; }A. Assigns 7 to aB. Results in compilation errorC. Result in run timeD. Is a dangling reference Submit Answer