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 is calloc malloc realloc in c?

584


What is difference between main and void main?

617


What is sizeof int?

629


Why do we need a structure?

580


how to write a c program to print list of fruits in alpabetical order?

1782






The program will first compute the tax you owe based on your income. User is prompted to enter income. Program will compute the total amount of tax owed based on the following: Income Tax 0 - $45,000 = 0.15 x income $45,001 - $90,000 = 6750 + 0.20 x (income – 45000) $90,001 - $140,000 = 15750 + 0.26 x (income – 90000) $140,001 - $200,000 = 28750 + 0.29 x (income – 140000) Greater than $200,000 = 46150 + 0.33 x (income – 200000) Dollar amounts should be in dollars and cents (float point numbers with two decimals shown). Tax is displayed on the screen.

1052


a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if

695


Write a code to generate divisors of an integer?

627


What language is lisp written in?

609


what are # pragma staments?

1619


Differentiate between the = symbol and == symbol?

700


why return type of main is not necessary in linux

1695


What is return type in c?

634


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

642


What are pointers really good for, anyway?

606