0 votes
1
how many lines from (i),(ii),(iii),(iv) can be removed so that code still works fine?PLEASE TELL HOW TO APPROACH SUCH QUESTION
1 votes
2
extern int i;int i=5;i=10;int main(){ printf("\ni=%d",i); return 0;}output is?
1 votes
3