What are the advantages/disadvantages of using #define?
No Answer is Posted For this Question
Be the First to Post Answer
explain the term 'resource acquisition is initialization'?
Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }
When must you use a constructor initializer list?
What is name mangling/name decoration?
Explain about Searching and sorting algorithms with complexities
How does stack look in function calls? When does stack overflow? What can you do to remedy it?
What is wrong with this statement? std::auto_ptr ptr(new char[10]);
What is Coupling?
How does stack look in function calls? Write a recursive function call, how will the stack look like?
Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }
What is function overloading and operator overloading in C++?
dynamic scoping is