For
Do while
do For
While
0
Infinitely
1
Variable
end;
break;
Stop;
A semicolon.
b->var;
b.var;
b-var;
b>var;
struct {int a;}
struct a_struct {int a;}
struct a_struct int a;
struct a_struct {int a;};
struct stu;
struct Student stu;
stu;
int stu
results in a syntax error
output Infomax7
outputs garbage
outputs infomax and terminates abruptly
Monitor
Function
Program
Structure
do-while
while
for
goto
continue statement
break statement
switch statement
if statement
Circular definition
Complex definition
Procedure
Union
constants
variable
Text
String
break
continue
exit
local variables
global variables
accumulators
static variables
function
structure
array
union
pointer to array
pointers to pointers
pointer to function
pointer to structure
pair of parenthesis
semicolon
braces
colon
What will be the output of the following pseudo code ?
Integer a Set a =4 do print a + 2 a = a-1 while (a not equals 0) end while
6 6 6 6
6 5 4 3
6 7 8 9
6 8 10 12
NASM
TASM
GAS
ASM