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
What is meant by exit controlled loop?
Explain the FOR loop with a help of a code.
C++ Public access specifier instead of Private – What is bad ?
Define type casting in C++.
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 Coupling?
What is bool in C++
What is the purpose of a constructor? Destructor?
Write a program to input an integer from the keyboard and display on the screen “WELL DONE” that many times.
How does stack look in function calls? Write a recursive function call, how will the stack look like?
Write a C++ Program to find Addition of Two Numbers.
In C++ what do you mean by Inheritance?