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

how would a 4*3 array A[4][3] stored in Row Major Order?

0 Answers   HCL, Ignou,


what is the main use of c where it can use the c

2 Answers   Infosys,


Explain what is the difference between declaring a variable and defining a variable?

1 Answers  


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

0 Answers  


What is the best way of making my program efficient?

0 Answers  






write a program to swap two numbers without using temporary variable?

3 Answers  


what is the use of pointers

6 Answers   Adobe, GrapeCity,


How do I round numbers?

0 Answers  


What is a file descriptor in c?

0 Answers  


Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?

0 Answers  


How to implement a packet in C

0 Answers   Aricent,


What is meant by type specifiers?

0 Answers  


Categories