Question: Using C language, generate 3 random strings of 10-12 upper-case characters. Use char str[3][20]; char* str[3]; char** str; Print all strings.
Using C language, generate 3 random strings of 10-12 upper-case characters. Use char str[3][20]; char* str[3]; char** str;
Print all strings.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
