What are the differences between a struct in C and in C++?
Answer Posted / shakti singh khinchi
In C, structures never support constructors and destructors
whereas C++ supports both of them.
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Write a program to find the reverse Fibonacci series starting from N.
Explain explicit container.
How do I get good at c++ programming?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create
What is scope operator in c++?
Can I learn c++ without learning c?
What is bubble sort c++?
What is the use of dot in c++?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
What is void pointer in c++ with example?
What is a catch statement?
Is c++ the hardest language?
What is c++ namespace?
What is the difference between prefix and postfix versions of operator++()?