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() } 

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

1 Expert Approved Answer
Step: 1 Unlock

The code you provided has syntax errors and will not compile successfully However Ill assume you mea... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!