Answer Posted / ramya.p
In c++, function can call through object except friend
function . But in c ,their is necessary
| Is This Answer Correct ? | 16 Yes | 9 No |
Post New Answer View All Answers
What is the difference between the indirection operator and the address of oper-ator?
Can you please explain the difference between static and dynamic binding of functions?
Explain the difference between static and dynamic binding of functions?
Is arr and &arr are same expression for an array?
What operator is used to access a struct through a pointer a) >> b) -> c) *
Does there exist any other function which can be used to convert an integer or a float to a string?
Which c++ operator cannot overload?
Do you need a main function in c++?
Can we overload operator in c++?
What are the characteristics of friend functions?
What is c++ redistributable?
What are c++ data types?
What is a singleton c++?
Can java be faster than c++?
What do you mean by inheritance in c++? Explain its types.