What is the Difference between "C structure" and "C++
structure"?
Answer Posted / b.soundarya kumari
THE C AND C++ IS DIFFERENT IN C IS EXIGUITY IN SOME MACHINCES
BUT C++ DID NOT EXIGUITY INTHAT MACHINCES.IT EXIGUITY IN
OTHER MACHINE.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Explain what happens when a pointer is deleted twice?
Explain register storage specifier.
Can comments be nested?
Why do we need function?
what are Access specifiers in C++ class? What are the types?
What is meaning of in c++?
Is c++ a programming language?
What are static and dynamic type checking?
what is Member Functions in Classes?
What is == in programming?
Which coding certification is best?
List the features of oops in c++?
Show the application of a dynamic array with the help of an example.
What is abstraction c++?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work