2 votes
1
why is it showing error??#include <stdio.h>int main() { extern int i; i=20; printf("%d",i);}
0 votes
2
3 votes
3
1 votes
4
How to read them??I. int (*a)();II. int (*a[5])();III. int *(*a)();IV. int (*a)()V. int *(*a)[10]