Answer Posted / krishnaveni
In C, emphasis is given to code rather than data. That is,
Code controlling access to data".
In C++, emphasis is given to data. That is, "Data
controlling access to code"
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is array in c++ pdf?
Is c++ double?
Can notepad ++ run c++?
Differentiate between C and C++.
What is the use of :: operator in c++?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?
Which programming language should I learn first?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
When are exception objects created?
What are libraries in c++?
You run a shell on unix system. How would you tell which shell are you running?
What is c++ hiding?
What information can an exception contain?
Is c or c++ more useful?
What is a static element?