1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=

Answer Posted / rohit

ans is C

Is This Answer Correct ?    82 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to print factorial of given number using recursion?

603


Why are all header files not declared in every c program?

601


What is file in c language?

576


What is void pointers in c?

587


Explain threaded binary trees?

679






What is the difference between test design and test case design?

1568


Is c programming hard?

574


Tell me what are bitwise shift operators?

656


Which is the best website to learn c programming?

580


What is the difference between typedef and #define?

545


what is the difference between 123 and 0123 in c?

722


Is there sort function in c?

576


string reverse using recursion

1812


Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014  Npu university

1599


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

3691