what is the simplest or the plain code for squaring a number?
i.e
in a loop form
for(i=1; i<20; i++) //shows squaring output of 1 up to 20
int x; //
int y; //
1
..
20 // in a loop form, how do i square??
variables..
codes....
printf("??????" );
i.e
in a loop form
for(i=1; i<20; i++) //shows squaring output of 1 up to 20
int x; //
int y; //
1
..
20 // in a loop form, how do i square??
variables..
codes....
printf("??????" );
Comment