ZeroWiki
FrontPage
FindPage
TitleIndex
RecentChanges
UserPreferences
새싹교실/2017/내무반/박채린/포인터실습 (rev. 1.1)
새싹교실/2017/내무반/박채린/포인터실습
int main(){
char str
1
0
;
char * p_str = 0;
scanf_s("%s", str);
p_str = &str
4
;
p_str = '@';
p_str = &str;
printf("%s", p_str);
return 0;
}
ShowPage
FindPage
DeletePage
LikePages
last modified 2021-02-07 05:30:06
Processing time 0.0256 sec