Which of the following operator cannot be overloaded?
Answer Posted / vidhya
Conditional Operator (?:)
Membership operator (.)
sizeof operator (sizeof())
.-> operator
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.
What is a tree in c++?
What is doubly linked list in c++?
Discuss the possibilities related to the termination of a program before entering the mainq method?
What are c++ stream classes?
Describe linked list using C++ with an example.
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
What do you mean by inheritance in c++? Explain its types.
What are c++ redistributables?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
How java is different from c and c++?
What are the two main components of c++?
How to get the current position of the file pointer?
Explain Memory Allocation in C/C++ ?
What is the difference between new() and malloc()?