?? test.c
字號:
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include <stdlib.h>
void te(char *m)
{
char *s="1238545654";
strcpy(m,s);
//m=s;
}
int main()
{
char *q,*temp;
int i;
for(i=63;i<=95;i++)
*(q++)=i;
printf("%s",q) ;
temp="*/";
if(strstr(q,"*/")==NULL)
printf("not exist"); /*
fasdfsag*/ else
printf(q);
printf("%f",atof("2.35e+2"));
/* dksla;jg */ printf("a
asfsdf") ;
te(q);
printf(q);
printf("%d\n",strlen(q));
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -