Answer:
The following statement is True.
Explanation:
The following certificate that is CISSP is for those peoples who are the security and safety professionals. The CISSP certification is not for the professionals of Information Technology or the technical professionals and this certification is provided by the ISC. So, that's why the following statement is true.
Answer:
if the number of elements in the array are equal to the size of the array then return -1.
Explanation:
We are implementing stack using array.Stack is a LIFO(Last In First Out) type data structure.Insertion and deletion is from one end only.
So while push operation or inserting elements in the stack using array we have to check that the capacity of array is not reached.If reached then no element can be inserted in the stack.If not then we can insert element in the stack.
There is no question here but it might be paint