Is there something that we can do in C and not in C++?
Answer Posted / prathap
every C program is execute in C++.
From the above reason we can understand that every thing in
C we have in c++ also.
so Answer is NOTHING
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
What is polymorphism & list its types in c++?
What are the advantage of using register variables?
an operation between an integer and real always yeilds a) integer result b) real result c) float result
Write about the role of c++ in the tradeoff of safety vs. Usability?
what is a reference variable in C++?
Explain polymorphism?
How do I exit turbo c++?
write a porgram in c++ that reads an integer and print the biggest digit in the number
What is #include cmath?
What are the different types of comments allowed in c++?
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
What is c++ prototype?
What is the function to call to turn an ascii string into a long?
What are the steps in the development cycle?
Can you Mention some Application of C/C++?