26. The following program main() { static char a[3][4] = {"abcd", "mnop", "fghi"}; putchar(**a); }
You must be logged in to post a comment.
27. C does no automatic array bound checking. This is
You must be logged in to post a comment.
You must be logged in to post a comment.
29. Choose the statement that best defines an array
You must be logged in to post a comment.
You must be logged in to post a comment.
30. Choose the correct statements
You must be logged in to post a comment.
You must be logged in to post a comment.
You must be logged in to post a comment.