Is it possible to have an array of C-strings? Is so, give an example of the declaration.
What will be an ideal response?
Yes, you can create an array of C-strings. It is actually a two-dimensional C-string array. For example, to create an array of 10 C-strings, each 50 chars long, you’d declare it like this:
char text[10][50];
You might also like to view...
Microsoft Office is an example of a software ____________________.
Fill in the blank(s) with the appropriate word(s).
________ allow users to extract records that meet specific criteria that answers a question
Fill in the blank(s) with correct word
When considering deployment, which of the following are advantages of wireless versus wired networks? (Choose all that apply.)
A. no need to install cable in plaster or masonry walls and ceilings B. more security C. cable connections costs D. no need to modify historical landmarks
Does a VPN use symmetric or asymmetric encryption? Explain your answer
What will be an ideal response?