Question: 3. Add these two lines to your main function before return statement char aString[27] = Hello, time to C the world.; printf(%s ;aString); 4. Compile

3. Add these two lines to your main function before return statement char aString[27] = "Hello, time to C the world."; printf("%s ";aString); 4. Compile program (check no errors, no warnings) 5. Debug (look at last lecture to review debugging) 1. Setting breakpoint at variable aString line 2. step to next line 3. display variable value in debug window 6. Take screen shot (PTRSCR key) or ScreenClip (command-shift-s)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
