What are the various operations performed on stack?
No Answer is Posted For this Question
Be the First to Post Answer
declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator
What are c++ files?
Differentiate between a copy constructor and an overloaded assignment operator.
What is the need of a destructor? Explain with the help of an example.
Define the process of handling in case of destructor failure?
What is size of null class?
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
What is the difference between Class and Structure?
40 Answers HP, IBM, Samsung, TCS,
check whether a no is prime or not.
what is pulse code modulation?
What is const pointer and const reference?
What is an ABC: an "Abstract Base Class"?