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

Answer Posted / kamaljit singh

c

Is This Answer Correct ?    14 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

3637


What are header files? What are their uses?

628


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2584


Explain how do you generate random numbers in c?

612


Sir i need notes for structure,functions,pointers in c language can you help me please

1937






Does sprintf put null character?

585


in linking some of os executables are linking name some of them

1645


What is variable and explain rules to declare variable in c?

545


What is the meaning of typedef struct in c?

579


Here is a neat trick for checking whether two strings are equal

558


What is a pointer in c?

674


What are categories used for in c?

552


What are reserved words with a programming language?

590


What is linear search?

668


Which control loop is recommended if you have to execute set of statements for fixed number of times?

802