What will be the storage class of variable I in the code written below? #include< stdio>
int main() { int I = 10; printf(“%d”, i); return 0; }
Answer: A
No answer description available for this question.