1.

Output?int main(){{int var = 10;}{printf("%d", var);}return 0;}(A) 10(B) Compiler Error(C) Garbage Value

Answer»


Discussion

No Comment Found