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
Is c++ the hardest programming language?
What is the importance of mutable keyword?
What is an incomplete type in c++?
What are manipulators used for?
What is setiosflags c++?
What are the advantages of c++? Explain
What do you mean by ‘void’ return type?
What is a base class?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
Can you explicitly call a destructor on a local variable?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What do you mean by persistent and non persistent objects?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
what does the following statement mean? int (*a)[4]
Is c++ the best programming language?