What are advantages of C++ when comparing with C?
Answer Posted / k
c
c++ is object oriented program. the main advatage is we can reuse the code and well structured and secured...
c
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is format for defining a structure?
Why cstdlib is used in c++?
Write about all the implicit member functions of a class?
What is the difference between strcpy() and strncpy()?
What is the benefit of learning c++?
What is encapsulation in c++ with example?
When does the c++ compiler create temporary variables?
What does #define mean in c++?
What do you mean by overhead in c++?
Are there interfaces in c++?
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What do the header files usually contains?
Which sort does c++ use?
What is srand c++?