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

Submitted by: Muhammad
Garbage value.
Submitted by: Muhammad

Read Online Data Structure Arrays Job Interview Questions And Answers