Question: / / Probiem 1 : initializestrings ( 5 points ) / / Use pointer ' p ' to traverse the 2 D array of characters

// Probiem 1: initializestrings (5 points)
// Use pointer 'p' to traverse the 2D array of characters variable 'strings' (input from user in main()) and set all characters in each // array to a null terminator so that there is a 4 row and 50 column 2D array full of null terminators.
// The null terminator '??' is used to denote the end of a string.
void initializestrings(char strings[NUM STRINGS][STRING LENGTH])
 // Probiem 1: initializestrings (5 points) // Use pointer 'p' to

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!