which of the function operator cannot be over loaded

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

Answer Posted / guest

b and d

Is This Answer Correct ?    12 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of constants?

637


I heard that you have to include stdio.h before calling printf. Why?

582


What is string length in c?

603


1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.

1657


I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.

1735






Where static variables are stored in memory in c?

519


Explain what is wrong with this program statement? Void = 10;

761


What is typeof in c?

601


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

3651


If the size of int data type is two bytes, what is the range of signed int data type?

581


Implement bit Array in C.

672


c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above

607


What are linked lists in c?

645


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

738


How do you search data in a data file using random access method?

827