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
Is it possible to use a new for the reallocation of pointers ?
What is the v-ptr?
What is a memory leak c++?
Differentiate between the message and method in c++?
What is the difference between global int and static int declaration?
What is a volatile variable in c++?
Does c++ have a hash table?
Is main a class in c++?
What flag means?
Is c++ map a hash table?
What does override mean in c++?
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
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is the use of setprecision in c++?
How can I learn dev c++ programming?