1.

What is the output of following code?#include <stdio.h>int main(){const int x;x = 10;printf("%d", x);return 0;}(A) Compiler Error(B) 10(C) 0(D) Runtime Error

Answer»


Discussion

No Comment Found

Related InterviewSolutions