Answers

Question and Answer:

  Home  Arrays

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

Garbage value.

 141 views

More Questions for you: