What are stacks? Give an example where they are useful.
No Answer is Posted For this Question
Be the First to Post Answer
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
Differentiate between declaration and definition.
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What is a storage class in C++
What is a set in c++?
What is code reusability in c++?
Explain differences between new() and delete()?
write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement
What is difference between array and vector in c++?
What is the extension of c++?
When do you call copy constructors?