Home > Java Programming > Arrays > Questions and Answers
Q: |
What will be output if you will execute following c code? #include int main(){ char arr[7]="Network"; printf("%s",arr); return 0; } | ||||||||||||||
|
Comment on this Question | |
Name: | |
|