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.0136 sec