what is friend function in C++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

How does free know the size of memory to be deleted

0 Answers  


How will you print a list of all unique words from a string which may contain repeated words?

0 Answers   Adobe,


Write a C++ Program to find Square Root of a number using sqrt() function.

1 Answers  


What is Coupling?

0 Answers   Cap Gemini,


How many times will this loop execute? Explain your answer.

0 Answers  






What is the difference between member functions and static member functions?

0 Answers   Alter,


Briefly explain various access specifiers in C++.

0 Answers   Amdocs,


Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69

2 Answers  


Find the Factorial of a number using a program.

0 Answers   Accenture,


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; }

1 Answers  


How to stop class inheritance in C++ with condition that object creation should be allowed

0 Answers  


How to delete array of objects in C++? Proof by C++ code for proper deletion

0 Answers  


Categories