What is an operator in c++?


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

Post New Answer

More C++ General Interview Questions

What is Name Decoration?

2 Answers   Lucent,


What is the difference between a declaration and a definition?

0 Answers  


Is c++ platform dependent?

0 Answers  


What is name hiding in c++?

0 Answers  


Describe about storage allocation and scope of global, extern, static, local and register variables?

0 Answers  






Distinguish between a # include and #define.

0 Answers  


Which function cannot be overloaded c++?

0 Answers  


Explain explicit container.

0 Answers  


What is a manipulator in c++?

0 Answers  


What is a node class in c++?

0 Answers  


Distinguish between new and malloc and delete and free().

0 Answers  


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,


Categories