Answer Posted / p.pavithra
=>c is procedure oriented language and gives importance to
procedure that is functions rather than data.c is middle
level language.
=>c++ is object oriented language and gives importance to
object that is data
c++ is high level language
=>c does not a class/object concept
=>c++ provides data encapsulation,data
abstraction,polymorphism.
=>c passing value to a function is "call by value"
=>where c++ its "call by reference"
=>C++ is the hight level language.
=>C is low level language.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
What is the difference between Printf(..) and sprint(...) ?
Explain 'bit masking'?
Why does not c have an exponentiation operator?
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
How can I get back to the interactive keyboard if stdin is redirected?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
Does * p ++ increment p or what it points to?
Do pointers store the address of value or the actual value of a variable?
What is action and transformation in spark?
Write a program to print all permutations of a given string.
What is typedef example?
What does dm mean sexually?
What are extern variables in c?
When is the “void” keyword used in a function?