Answer Posted / jaya
in c data hiding is not possible and we have to write
complete program at a time.whereas in c++ data hiding is
possible and one can divide a huge program into certain
small programs later combine it into one as per one's
choice.moreover we hav header file different.eg:<stdio.h>
in c supports printf & scanf statements while <iostearm.h>
in c++ supports cout statements......
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can constructor be private in c++?
Can I learn c++ without knowing c?
How to access a variable of the structure?
What is near, far and huge pointers? How many bytes are occupied by them?
What is an adjust field format flag?
What's the hardest coding language?
Explain the differences between private, public and protected and give examples.
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What are virtual functions in c++?
What are features of c++?
Does c++ support exception handling?
How to declaring variables in c++?
Where are setjmp and longjmp used in c++?
What is the C-style character string?
Explain mutable storage class specifier.