Tag: programming languages
Questions Related to programming languages
-
int i[][];
-
int i[5][5];
-
int []i[];
-
int[][] a;
-
The member variable called length
-
The method length() returns the number of characters.
-
The member variable called size
-
The method size() returns the number of characters.
-
COBOL if statements are not used to compare variable values
-
1
-
2
-
3
-
Infinite loop
-
logical error
-
runtime error
-
All of the above
-
For Loop
-
Do-While Loop
-
Nested Loop
-
While Loop
-
spaces, special characters, 0-9, A-Z, a-z
-
spaces, a-z, A-Z, 0-9, special characters
-
a-z, A-Z, 0-9, spaces, special characters
-
0-9, special characters, spaces, a-z, A-Z
-
Pic Y(4)M(2)D(2)
-
Pic date(yyyymmdd)
-
Pic date(8)
-
Pic X(8)
-
Multiple word names must be separated with an underscore
-
Names must be 10 or less characters
-
Names must contain at least 1 alpha character in any position
-
Names must be lower case
-
TRUE
-
FALSE
-
Cant say
-
still thinking
-
TRUE
-
FALSE
-
Cant say
-
None of the above