Question: Write a C program rw.c that generates a random walk across a 10x10 array. Initially, the array will contain only dot characters (.). The program
Write a C program rw.c that generates a random walk across a 10x10 array. Initially, the array will contain only dot characters (.). The program must randomly walk from element to element, always going up, down, left, or right by one step. The elements visited by the program will be labeled with the letters A through Z, in the order visited.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
