C Programming Multiple Choice Question MCQ
Categories: Programming
Q1. Identify the error in this C code:int main() {int x;scanf("%d", x);printf("%d", x);return 0;}(A) Missing & in scanf(B) Wrong format specifier(C) No error(D) Syntax errorAnswer: AQ2. Find the m