Latest Huawei Aptitude Question SOLUTION: Point out the compile time error in the program given below. int main() int *x; 1; return 0; A. Error: invalid assignment for x B. Error: suspicious pointer conversion C. No error