What is the Difference between "C structure" and "C++
structure"?
Answer Posted / sai
c is a structured programming language where as c++ object
oriented programming language
Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
How do you decide which integer type to use?
What is the use of typedef?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
What is a dynamic binding in c++?
How do we implement inheritance in c++?
Carry out conversion of one object of user-defined type to another?
What are references in c++?
Explain what you mean by a pointer.
What are the advantages of c++ over c?
What is c++ similar to?
What is a catch statement?
Which function should be used to free the memory allocated by calloc()?
How to demonstrate the use of a variable?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
Explain this pointer?