Computer Science, asked by vickysmn8496, 1 year ago

Int array[]={1,2,3,4,5,6,7,8}; #define size (sizeof(array)/sizeof(int)) main() { if(-1<=size) printf("1"); else printf("2"); }

a.1

b.8

c.2

d.4

Answers

Answered by armaangoel217
1

a)1 because the program instructs that 1 should be printed if size is more than or equal to 1

Similar questions