Answer Posted / thana_8889
c has no object but c++ has object
c topdown approach c++ bottom up approach
c cannot be overloading c++ we can do
c is the subset of c++
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What is overloading unary operator?
What is a dll entry point?
Which compiler does turbo c++ use?
What are libraries in c++?
which of the following is not an secondary constant a) array b) real c) union
Describe friend function & its advantages.
What does new do in c++?
What is an overflow error?
How a pointer differs from a reference?
What is meant by iomanip in c++?
What is protected inheritance?
Array base access faster or pointer base access is faster?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
How does list r; differs from list r();?
Incase of a function declaration, what is extern means?