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

Answer Posted / sunil

C

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

1644


Explain how do you use a pointer to a function?

640


What is volatile variable how do you declare it?

566


What are pragmas and what are they good for?

572


Why calloc is better than malloc?

572






Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1477


Explain argument and its types.

604


What is %lu in c?

685


What is time null in c?

581


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

15502


Why do some versions of toupper act strangely if given an upper-case letter?

632


What are header files in c programming?

656


write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34

1628


what is ur strangth & weekness

1820


What is the total generic pointer type?

726