Question: What is the output of the following code #include void main() } ( P char a[10][5] (hi, hello, fellows); printf(%d, sizeof(a[2]));
What is the output of the following code #include void main() } ( P char a[10][5] ("hi", "hello", "fellows"); printf("%d", sizeof(a[2]));
Step by Step Solution
3.35 Rating (155 Votes )
There are 3 Steps involved in it
The code you provided has syntax errors and will not compile successfully However Ill assume you mea... View full answer
Get step-by-step solutions from verified subject matter experts
