What is the difference between Class and Structure?
Answer Posted / anand
structure is used space in memory permanently but in class members are not used space permanently there is erase with the time and use other member this memory space
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is setf in c++?
Write about the local class and mention its use?
Explain the extern storage classes in c++.
How do you declare A pointer to a function which receives nothing and returns nothing
Write a function that swaps the values of two integers, using int* as the argument type?
Why can templates only be implemented in the header file?
What is implicit conversion/coercion in c++?
Which one is a preferred language C or C++? Why?
Can member functions be private?
What is iterator c++?
How to declare a function pointer?
What is the use of namespace std in C++?
When there is a global variable and local variable with the same name, how will you access the global variable?
Can java be faster than c++?
Write a note about the virtual member function?