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

Answer Posted / jignesh

ans is c....write

Is This Answer Correct ?    13 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

599


how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

2710


What is class and object in c?

577


What are the advantages and disadvantages of c language?

550


Is null valid for pointers to functions?

597






what is bit rate & baud rate? plz give wave forms

1508


What is the full form of getch?

573


How can I dynamically allocate arrays?

581


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1479


What is a void pointer in c?

598


What is a method in c?

612


A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream

660


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

583


What are comments and how do you insert it in a C program?

730


How can you draw circles in C?

611