Name the operators that cannot be overloaded.



Name the operators that cannot be overloaded...

Answer / ritesh pal

sizeof . .* .-> :: ? :

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ Interview Questions

How to generate random numbers in C++ with a range?

0 Answers  


Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69

2 Answers  


Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70

1 Answers  


How to reverse a string in C++

0 Answers  


Write a C++ Program to find Square Root of a number using sqrt() function.

1 Answers  






What is data abstraction? How is it implemented in C++?

0 Answers   Amdocs,


What is RTTI and why do you need it?

0 Answers   Amazon,


How can a C function be called in a C++ program?

0 Answers  


What is partial specialization or template specialization?

0 Answers   Amazon,


What is static variable and difference between(const char *p,char const *p,const char* const p).

0 Answers   Accenture,


What does it mean to declare a function or variable as static?

0 Answers   Amazon,


Write a C++ Program to Find Sum and Average of three numbers.

1 Answers  


Categories