C语言中如何实现选项菜单的功能?

日期:2021-09-01 14:06:55 人气:1

C语言中如何实现选项菜单的功能?

#include<stdio.h>
#include <stdlib.h>
void hello()
{
printf("hello world\n");
}
int main()
{
 int x;
 while (1)
 {
    A+
热门评论