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
What are the two types of comments?
What is insertion sorting?
What is an adaptor class in c++?
What do you mean by translation unit?
How do you decide which integer type to use?
Explain about Virtual Function in C++?
What is an iterator?
the maximum length of a character constant can be a) 2 b) 1 c) 8
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
What is binary object model?
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?
What is heap sort in c++?
Does c++ have foreach?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
What does new do in c++?