腼腆毛豆

文章
7
资源
0
加入时间
3年1月16天

c基础练习

//字符比较#include "stdafx.h"#define size 256int main(int argc, char* argv[]){char str1[size] = "\0";char str2[size] = "\0";char * p1 = str1;char * p2 = str2;printf("please input t