which of the function operator cannot be over loaded

a) <=
b)?:
c)==
d)*

Answers were Sorted based on User's Feedback



which of the function operator cannot be over loaded a) <= b)?: c)== d)* ..

Answer / ravi

answer is b. that is ?:

Is This Answer Correct ?    73 Yes 3 No

which of the function operator cannot be over loaded a) <= b)?: c)== d)* ..

Answer / lucky

b is the correct answer

Is This Answer Correct ?    28 Yes 2 No

which of the function operator cannot be over loaded a) <= b)?: c)== d)* ..

Answer / ruchi

Overloading is the concept of c++
In c++ ?: cant be overloaded

Is This Answer Correct ?    11 Yes 1 No

which of the function operator cannot be over loaded a) <= b)?: c)== d)* ..

Answer / muthu bharathi

There are 5 operators which cannot be overloaded. They are:

.* - class member access operator
:: - scope resolution operator
. - dot operator
?:: - conditional operator
Sizeof() - operator


answer: b

Is This Answer Correct ?    10 Yes 1 No

which of the function operator cannot be over loaded a) <= b)?: c)== d)* ..

Answer / guest

b and d

Is This Answer Correct ?    12 Yes 6 No

which of the function operator cannot be over loaded a) <= b)?: c)== d)* ..

Answer / anas

In 'C' there is no concept of overloading.
If we talks about C++ then TRINARY operator (? : ) cant be over loaded.
So, only the option (b) is correct.

Is This Answer Correct ?    3 Yes 0 No

which of the function operator cannot be over loaded a) <= b)?: c)== d)* ..

Answer / balu

i think b and d can't support overloading concept..

Is This Answer Correct ?    2 Yes 1 No

which of the function operator cannot be over loaded a) <= b)?: c)== d)* ..

Answer / shruti

In C we do not have the operator overloading concept.

Is This Answer Correct ?    7 Yes 8 No

which of the function operator cannot be over loaded a) <= b)?: c)== d)* ..

Answer / sahithya

overload concept will face in C++ i.e., if we declare a
same function with different times .
In c we dont have any overloadind concept .
ofcourse by seing the options we can say easily that
options will need of 3 or 2 operands compulsory.so
overloading does not occur

Is This Answer Correct ?    0 Yes 5 No

which of the function operator cannot be over loaded a) <= b)?: c)== d)* ..

Answer / guest

c)==

Is This Answer Correct ?    0 Yes 6 No

Post New Answer

More C Interview Questions

Write a C program to check a number even or odd, without using any relational, arithmetic operator and any loops.

1 Answers  


Write a C program that reads a series of strings and prints only those ending in "ed"

2 Answers   Accenture,


how many times of error occur in C

11 Answers  


What are the functions to open and close file in c language?

0 Answers  


What is function prototype in c with example?

0 Answers  






2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.

3 Answers   Nagarro,


What do header files do?

0 Answers  


What is structure pointer in c?

0 Answers  


What is the use of f in c?

0 Answers  


What is static and auto variables in c?

0 Answers  


What is the most efficient way to store flag values?

0 Answers  


Explain what is the benefit of using #define to declare a constant?

0 Answers  


Categories