How many bytes will a s9(8) comp field occupy ?
What is Comp-2?
What is the maximum value that can be stored in s9(8) comp?
Give the format of using and giving in sort statement. What are the restrictions with it?
Can I redefine an x(100) field with a field of x(200)?
How many bytes does a s9(7) comp-3 field occupy ?
How many bytes does a s9(7) sign trailing separate field occupy ?
My program has an array defined to have 10 items. Due to a bug, I find that even if the program access the 11th item in this array, the program does not abend. What is wrong with it?
In c++, what is the difference between method overloading and method overriding?
Differentiate between a template class and class template in c++?
What is an adaptor class or wrapper class in c++?
What is a node class in c++?
What is an accessor in c++?
What is an orthogonal base class in c++?
What is polymorphism in c++? Explain with an example?