Name the operators that cannot be overloaded.
Answer Posted / ritesh pal
sizeof . .* .-> :: ? :
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe public access specifiers?
What is the purpose of ios::basefield in the following statement?
What is the type of 'this' pointer? When does it get created?
Why main function is special in c++?
Give two or more real cenario of virtual function and vertual object
What is the most powerful coding language?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
What is a stack c++?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?
Do you know the problem with overriding functions?
Where do I find the current c or c++ standard documents?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
What is the need of a destructor? Explain with the help of an example.
What are pointer-to-members in C++? Give their syntax.
Explain selection sorting?