Point out the compile time error in the program given below.
#include int main() { int *x; *x=100; return 0; }
Answer: C
No answer description available for this question.