reza05
Junior Member level 2
hello,
how can I use control+z in printf? is this true?
and,can I use these three consecutive commands in one printf command?
thanks.
how can I use control+z in printf? is this true?
Code:
printf("%c",26);
and,can I use these three consecutive commands in one printf command?
Code:
printf("hello");
printf("pointer[10]);
printf("\r"); \\enter
thanks.
Last edited: