What are the differences between a struct in C and in C++?
Answer Posted / uyvgyu
thanks. it was helpful. now go yourself.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What are function prototypes?
What is the difference between strcpy() and strncpy()?
Describe the syntax of single inheritance in C++?
Define private, protected and public access control.
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
Define upcasting.
When we use Abstract Class and when we use Interface?where we will implement in real time?
What are the types of container classes?
How does com provide language transparency?
Can I uninstall microsoft c++ redistributable?
Describe friend function & its advantages.
How do you compile the source code with your compiler?
Difference between pointer to constant and constant pointer to a constant. Give example.
Explain linear search.
How can you say that a template is better than a base class?