answersLogoWhite

0

If you got a c plus and you need a c do you pass?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

Yes, if you need a C to pass, and you have a C+, you pass.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: If you got a c plus and you need a c do you pass?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the different parameter passing methods used by c plus plus?

Pass by value, constant value, reference and constant reference. Pass by value is the default in C++ (pass by reference is the default in Java).


Is C higher than Pass plus in dancing?

yes it is


Do I need features of c plus plus?

No.


Can you pass addresses to a function in C plus plus?

If the identifier you want to pass is an ordinary identifier, pass it as the address of... function(&identifier); If the identifier you want to pass is an array identifier, pass its name... function(arrayname);


Which is the default parameter passing technique in c plus plus language?

The default is to pass by value.


How do you pass structures as a parameter to the functions in c plus plus?

Put their names into the parameter-list.


Does Bert need C plus plus?

Negative.


How do we add the C plus plus category in Netbeans?

To use C++ in Netbeans you will need a C++ compiler.


Why do you need c plus plus?

For programming. C++ is better than C because it is object-oriented and has classes.


Do I need structure of turbo c plus plus?

Yes.


Do I need types of design patterns in c plus plus?

No.


Would you Write c plus plus program using array for Fibonacci number?

You can write a C++ fib pro using arrays but the problem is the prog becomes very complicated since u need to pass the next adding value in an array.....