thx learnorama..i need some help from you. can you explain to me what this code dose? void main() { int i,j; printf("\1\n"); for ( i = 1; i <= 10; i++ ) { for ( j = 1; j <= i; j++ ) printf("%c%c",97,97); printf("\n"); } } ..why every time it has new line, there is another 2 extra a's from previous line?
Do you guys have any tutorials on SQL ??
mohammedopel 4 months ago in playlist Awesome C Programming Tutorials in Hi Def [HD]
excellent teaching. many thanks.
sojourner1967 5 months ago
This has been flagged as spam show
amh171 1 year ago
Where is the continuation of the for loop??
Bronx68 1 year ago
@Bronx68 thats all duh
jubinjibin 2 months ago