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


Please Help Members By Posting Answers For Below Questions

How do you decide which integer type to use?

766


What is the use of typedef?

839


which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?

961


What is a dynamic binding in c++?

712


How do we implement inheritance in c++?

826


Carry out conversion of one object of user-defined type to another?

805


What are references in c++?

886


Explain what you mean by a pointer.

856


What are the advantages of c++ over c?

819


What is c++ similar to?

847


What is a catch statement?

792


Which function should be used to free the memory allocated by calloc()?

777


How to demonstrate the use of a variable?

848


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

564


Explain this pointer?

782