Is c 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 you know about c++?

0 Answers   IBS,


There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?

1 Answers   TCS,


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

0 Answers  


What are the restrictions apply to constructors and destructors?

0 Answers  


Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)

0 Answers  






What are files in 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  


Explain linked list using c++ with an example?

0 Answers  


What are Virtual Functions? How to implement virtual functions in "C" ?

3 Answers  


Is string data type in c++?

0 Answers  


what are the characteristics of Class Members in C++?

0 Answers  


What is difference between c++ 11 and c++ 14?

0 Answers  


Categories