U E D R , A S I H C RSS

반복문자열/임다찬

~cpp
#include <stdio.h>
void out(char *a){
	int i;
	for(i=0;i<5;i++)
		printf("%s\n",a);
}
int main(void){
	char *dan="CAUCSE LOVE.";
	out(dan);
	return 0;
}


Refactoring . ?

const char* const char* .-- Leonardong

const char* -
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:29:34
Processing time 0.0076 sec