Should I learn c or c++ first?



Should I learn c or c++ first?..

Answer / Shakti Singh

While having knowledge of C can make learning C++ easier due to their similarities, it is possible to learn C++ without prior knowledge of C. Many modern C++ courses are designed for people with no previous programming experience.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

Can I learn c++ without c?

1 Answers  


What is atoi in c++?

1 Answers  


What is optimization in c++? when using volatile.optimization is not possible..what does this mean?

1 Answers  


Explain the difference between struct and class in terms of access modifier.

1 Answers  


Draw a flow chart and write a program for the difference between the sum of elements with odd and even numbers. Two dimensional array.

1 Answers  


Mention the ways in which parameterized can be invoked. Give an example of each.

1 Answers  


Write about the stack unwinding?

1 Answers  


Is c++ a low level language?

1 Answers  


Can union be self referenced?

0 Answers  


Is c# written in c++?

1 Answers  


Explain RAII (Resource Acquisition Is Initialization).

3 Answers  


Is c++ double?

1 Answers  


Categories