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
Please explain the reference variable in c++?
How one would use switch in a program?
What is c++ hiding?
Explain the scope of resolution operator.
What is c++ vb?
Why are pointers used?
How many namespaces are there in c++?
Write about the scope resolution operator?
What is expression parser in c++
Can malloc be used in c++?
Explain the differences between list x; & list x();.
what is a class? Explain with an example.
What is buffering in c++?
What do you mean by static variables?
what are the decision making statements in C++? Explain if statement with an example?