Is there something that we can do in C and not in C++?
Answer Posted / avni
we can use printf in c but not in c++
| Is This Answer Correct ? | 4 Yes | 19 No |
Post New Answer View All Answers
How are the features of c++ different from c?
What is a sequence in c++?
What are manipulators in c++ with example?
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?
You run a shell on unix system. How would you tell which shell are you running?
What is a c++ object?
What is a storage class? Mention the storage classes in c++.
What is a try block?
What is encapsulation in c++ with example?
What are the operators in c++?
Why do we use string in c++?
Explain the scope of resolution operator.
Is c++ map a hash table?
What are namespaces in c++?
Explain this pointer?