What are pass by value and pass by reference?what is the disadvantage of pass by value?
No Answer is Posted For this Question
Be the First to Post Answer
dynamic scoping is
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 name mangling/name decoration?
Mention the default functions in C++, how would you detect that error has occurred inside the constructor and destructor.
What is pass by value & reference.
What is the difference between malloc, calloc and realloc?
What is function overloading and operator overloading in C++?
What is the purpose of a constructor? Destructor?
What is a constructor initializer list?
What is latest update of C++ ?
Explain function prototypes in C++.
Write a program that ask for user input from 5 to 9 then calculate the average