difference between c and c++?

Answer Posted / abc

'c' language has pointer concept but c++ hasn't pointer
concept.
2.c is a middle level language
3.c++ oops.
4c++ has inheritance concept but c has not inheritance
concept

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the two types of comments?

663


What is insertion sorting?

764


What is an adaptor class in c++?

698


What do you mean by translation unit?

698


How do you decide which integer type to use?

662






Explain about Virtual Function in C++?

693


What is an iterator?

776


the maximum length of a character constant can be a) 2 b) 1 c) 8

716


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

2298


What is binary object model?

676


what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?

1840


What is heap sort in c++?

709


Does c++ have foreach?

626


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

2161


What does new do in c++?

719