difference between c and c++?
Answer Posted / tania
In c++,access specifiers(public,protected,private)are used
while in C they are not used because in c there isn't any
data accessing restriction.
In c,I/O functions are scanf(),printf()respectively,but in
C++ cin>>,cout<< are used respectively.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between C and CPP?
What is a multiset c++?
What is c strings syntax?
Should I learn c or c++ first?
What is c++ runtime?
What is setbase c++?
What is polymorphism and its type in c++?
Explain about Garbage Collector?
What is the difference between a definition and a declaration?
What is the use of vtable?
What is atoi?
What are the basic data types used in c++?
What is insertion sorting?
Define pointers?
What are structs in c++?