difference between c and c++?

Answer Posted / t.shasu

C:C is procedural oriented language with specific focus on
method
c++:c++ object oriented progrmming with focus of classes
and object acess mechanisam
c:scanf & printf for read & write the input & output.
c++:extraction & insertion operators are used.
c:c having Macros.
c++;Having inline function to fast registering access.
c:and so on...
c++:and so on....

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What flag means?

524


Tell me an example where stacks are useful?

590


How to declare a pointer to an array of integers?

645


If you don’t declare a return value, what type of return value is assumed?

542


What is &x in c++?

558






What are features of c++?

637


How can you specify a class in C++?

800


Is overriding possible in c++?

576


What are the two main components of c++?

591


What is stoi in c++?

700


how to access grid view row?

1814


What are c++ tokens?

594


Is c++ platform dependent?

635


write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num

2196


What is meant by the term name mangling in c++?

521