Question: Writing a code that line by line prints another program. Could use some help trouble shooting the following code. If possible please post solution. Errors

Writing a code that line by line prints another program. Could use some help trouble shooting the following code. If possible please post solution. Errors are as follows:
Assignment1.c: In function main: Assignment1.c:21:8: warning: unknown escape sequence: '*' [enabled by default] printf("printf(*%6i %9.6f ",degrees,radians); "); ^ Assignment1.c:21:1: warning: format %i expects a matching int argument [-Wformat=] printf("printf(*%6i %9.6f ",degrees,radians); "); ^ Assignment1.c:21:1: warning: format %f expects a matching double argument [-Wformat=]
include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
