what is available in C language but not in C++?
Answer Posted / amit soni
c is a structured language but c++ is object orientd.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
How was c created?
What are structures and unions? State differencves between them.
Do array subscripts always start with zero?
Can you tell me how to check whether a linked list is circular?
Are the outer parentheses in return statements really optional?
How can you find the day of the week given the date?
What is the purpose of the preprocessor directive error?
Write a program to print factorial of given number using recursion?
Differentiate between Macro and ordinary definition.
What happens if you free a pointer twice?
Is c still relevant?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
Write the control statements in C language
What is the function of volatile in c language?
What is difference between array and structure in c?