What are the differences between a struct in C and in C++?
Answer Posted / jyoti
C++ was based on C and retains a great deal of the
functionality. C++ does not retain complete source-level
compatability with C. There are a few gotchas for C++
programmers trying to write C code, and C programmers trying
to compile with a C++ compiler.
| Is This Answer Correct ? | 8 Yes | 8 No |
Post New Answer View All Answers
What causes a runtime error c++?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
Does c++ have arraylist?
What is the full form nasa?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What are 2 ways of exporting a function from a dll?
What are pointer-to-members in C++? Give their syntax.
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Tell me an example where stacks are useful?
Should the this pointer can be used in the constructor?
Is map thread safe c++?
What is vector string in c++?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?