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
write a programme to get a character and thier ASCII value
What are c++ redistributables?
How a macro differs from a template?
What is the most useful programming language?
Why namespace is used in c++?
What is fixed in c++?
What is #include iostream?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
Does a derived class inherit or doesn't inherit?
What is a dynamic binding in c++?
How a pointer differs from a reference?
What is an inclusion guard?
Is it possible for a member function to use delete this?
Ask to write virtual base class code?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.