Answer Posted / sindhu
In C++, data and functions are related to each other.
And data hiding is possible in C++ using access specifiers.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Write a program to find the reverse Fibonacci series starting from N.
What is the prototype of printf function?
What is called array?
Explain the difference between c & c++?
Is main a class in c++?
What does the linker do?
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
What is a character in c++?
What is the output of the following program? Why?
Is there a sort function in c++?
Program to check whether a word is a sub-string or not of a string typed
What is runtime errors c++?
What is pointer -to-members in C++? Give their syntax?
What is an html tag?
Can we make copy constructor private in c++?