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

Submitted by: Muhammad
20
Submitted by: Muhammad

Read Online Data Structure Arrays Job Interview Questions And Answers