⟩ STL Containers - What are the types of STL containers?
There are 3 types of STL containers:
1. Adaptive containers like queue, stack
2. Associative containers like set, map
3. Sequence containers like vector, deque
There are 3 types of STL containers:
1. Adaptive containers like queue, stack
2. Associative containers like set, map
3. Sequence containers like vector, deque
Explain call by context by comparing it to other calls?
What happens when we move a comp-3 field to an edited (say z (9). ZZ-)?
What is the linkage section?
If you were passing a table via linkage, which is preferable - a subscript or an index?
What is the difference between a subscript and an index in a table definition?
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc?
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
When is a scope terminator mandatory?
In an EVALUTE statement is the order of the WHEN clauses significant?
What is COMP SYNC?