Is there something that we can do in C and not in C++?
Answer Posted / zarra
C++ will not allow declaration without initialization but C
will allow declaration without initialization.
And C++ and C both will not allow later initialization.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Please explain the reference variable in c++?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
Explain the concept of memory leak?
Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.
Is java as fast as c++?
What is c++ and its features?
What is searching?
Difference between struct and class in terms of access modifier.
How static variables and local variablesare similar and dissimilar?
Why is c++ still used?
What is the operator in c++?
When is dynamic checking necessary?
Explain all the C++ concepts using examples.
What are literals in C++?
Which programming language should I learn first?