输入一个字符串,判断其是否是C的合法标识符。 C语言新手

日期:2017-09-28 07:49:50 人气:1

输入一个字符串,判断其是否是C的合法标识符。 C语言新手

恕直言,你的代码没法看下去。给你写一个你对照看,有注释。 //#include "stdafx.h"//If the vc++6.0, with this line.#include "stdio.h"int main(void){ char a[50]; int i; while(1){ printf("Pleale input a string(## end)...\nstr=&q
    A+
热门评论