Which one is a preferred language C or C++? Why?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What is cloning?

1 Answers  


What relational operators if statements in c++?

0 Answers  


What do you understand by pure virtual function? Write about its use?

0 Answers  


Explain Memory Allocation in C/C++ ?

0 Answers   Infosys,


What are the two shift operators and what are their functions?

0 Answers  






Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

0 Answers  


Can I learn c++ in a week?

0 Answers  


What is c++ and its uses?

0 Answers  


What is a pointer how and when is it used?

0 Answers  


What is a manipulative person?

0 Answers  


How a macro differs from a template?

0 Answers  


What are c++ storage classes?

0 Answers  


Categories