What is the Difference between "C structure" and "C++
structure"?
Answer Posted / sanket
In C++ structure you can add functions whereas in C
structure you cannot!
| Is This Answer Correct ? | 39 Yes | 10 No |
Post New Answer View All Answers
Write a function to find the nth item from the end of a linked list in a single pass.
What is called array?
What is std namespace in c++?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
How do I write a c++ program?
Show the declaration for a pointer to function returning long and taking an integer parameter.
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.
Explain the use of virtual destructor?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
What are shallow and deep copies?
How to give an alternate name to a namespace?
Is swift faster than go?
Define a constructor?
What is class and structure in c++?
Write about the use of the virtual destructor?