Difference in program size

What is the difference in terms of program size in case of these two types of declarations
int a[100];
or,
int a[100]={10};

Comments

  1. Logically program size should be different. But I ran the program and checked the size of output file but they were same in both case. can u plz tell the answer or is my wrong to determine program size?

    ReplyDelete
  2. @anonymous can you please explain why logically program size should be different..

    ReplyDelete

Post a Comment

Popular posts from this blog