Explain the operator overloading feature in C++ ?
No Answer is Posted For this Question
Be the First to Post Answer
Write a C++ Program to find Square Root of a number using sqrt() function.
What is pass by value & reference.
Briefly explain various access specifiers in C++.
Explain the FOR loop with a help of a code.
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"; }
Write a program to read two numbers from the keyboard and display the larger value on the screen
How many times will this loop execute? Explain your answer.
What does malloc return in C and C++?
How does stack look in function calls? Write a recursive function call, how will the stack look like?
Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70
What Is Polymorphism in C++ ?
2 Answers IBS, Impetus, ITC Indian Tobacco Company, Motorola,
What is placement new?