给出c++所有的关键字,每个关键字占一行,另起一行输出下一个关键字,知道给出所有的关键字。
时间: 2024-06-07 22:05:23 浏览: 27
关键字如下:
auto
break
case
char
const
continue
default
do
double
else
enum
extern
float
for
goto
if
int
long
register
return
short
signed
sizeof
static
struct
switch
typedef
union
unsigned
void
volatile
while
下一个关键字是:auto。
相关问题
给出c++所有的关键字,每个关键字占一行,另起一行输出下一个关键字,直到给出所有的关键字。
你好,以下是C语言的所有关键字:
auto
break
case
char
const
continue
default
do
double
else
enum
extern
float
for
goto
if
int
long
register
return
short
signed
sizeof
static
struct
switch
typedef
union
unsigned
void
volatile
while
下一个关键字是:auto
给出c++所有的关键字,每个关键字占一行,
Sure, here are all the keywords in C programming language:
auto
break
case
char
const
continue
default
do
double
else
enum
extern
float
for
goto
if
int
long
register
return
short
signed
sizeof
static
struct
switch
typedef
union
unsigned
void
volatile
while
I hope this helps! Do you have any other questions?
阅读全文