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
How do you declare A pointer to a function which receives nothing and returns nothing
Do class declarations end with a semicolon? Do class method definitions?
What are virtual functions in c++?
How java is different from c and c++?
Is c++ the hardest language?
Which of the following is evaluated first: a) && b) || c) !
Who created c++?
Explain Text Manipulation Routines?
What c++ is used for?
Carry out conversion of one object of user-defined type to another?
Can I have a reference as a data member of a class? If yes, then how do I initialise it?
What is function overloading c++?
What is split a string in c++?
What size is allocated to the union variable?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).