Answers

Question and Answer:

  Home  Arrays

⟩ What will be output if you will execute following c code? #include<stdio.h> void main(){ char arr[20]="MysticRiver"; printf("%d",sizeof(arr));

20

 163 views

More Questions for you: