Is python better than c++?


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

Post New Answer

More C++ General Interview Questions

what is the emaning of '#include" "'?

5 Answers  


What is a volatile variable in c++?

0 Answers  


Explain the scope of resolution operator.

0 Answers  


How the delete operator differs from the delete[]operator?

0 Answers  


What is a modifier in c++?

0 Answers  






What is std :: endl?

0 Answers  


Why was c++ created?

0 Answers  


You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  


Why do we learn c++?

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  


What is the iunknown interface?

0 Answers  


What is #include math h in c++?

0 Answers  


Categories