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
Evaulate: 22%5 a) 2 b) 4 c) 0
an integer constant must have atleast one a) character b) digit c) decimal point
Are strings immutable in c++?
Can I create my own functions in c++?
Write a code/algo to find the frequency of each element in an array?
Why is c++ called oops?
Define a constructor - what it is and how it might be called (2 methods)?
How do you save a c++ program?
What is static in c++?
What is the difference between *p++ and (*p)++ ?
Differentiate between a constructor and a method in C++.
Which function cannot be overloaded c++?
Define linked lists with the help of an example.
Define a constructor?
What is the use of function pointer?