Answer Posted / vaishali bhajbhuje
1. c is structure language while c++ is an object oriented language.
2. Function overloading is possible in c++ because in c++ calling depends on the fun-name and parameter list.
3. c is topdown parsing.c++ is bottom up parsing.
4. c can don only static binding while c++ can done static as well as dynamic binding.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
explain what is fifo?
What is d scanf?
What are header files and what are its uses in C programming?
What is build process in c?
Why flag is used in c?
how to build a exercise findig min number of e heap with list imlemented?
What is the use of sizeof?
In which language linux is written?
write a program to find out prime number using sieve case?
What is binary tree in c?
Why does not c have an exponentiation operator?
Can a pointer be null?
What are the types of data structures in c?
Does c have enums?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd