Answers

Question and Answer:

  Home  Arrays

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

null.

 162 views

More Questions for you: