The following statements are ()
A. int a[10]={0,0,0,0,0};
B. int a[10]={} ;
C. int a[ ] = {0} ;
D. int a[10]={10*1} ;
查看答案
The interrupt of C51 is handled by special interrupt function.
A. 对
B. 错
In C51 language, a function is an executive code segment to complete certain related functions. It is used to describe the same thing with the other two nouns "subroutine" and "procedure".
A. 对
B. 错
In C51 programming language, when writing interrupt service function, it is necessary to consider how to write program segments for field protection, blocking other interrupts, and automatically restoring the field when returning.
A. 对
B. 错
A global variable is a variable that exists in a function and is only valid inside the function.
A. 对
B. 错