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
What is #define used for in c?
Why can’t constant values be used to define an array’s initial size?
How do I convert a string to all upper or lower case?
What is an arrays?
Can a pointer point to null?
What are multibyte characters?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is a program?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
Can you write a programmer for FACTORIAL using recursion?
How can you invoke another program from within a C program?
What are the back slash character constants or escape sequence charactersavailable in c?
What is an auto keyword in c?
What is pass by reference in functions?
what do u mean by Direct access files? then can u explain about Direct Access Files?