which of the function operator cannot be over loaded

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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is array name a pointer?

601


What does c mean before a date?

585


What are integer variable, floating-point variable and character variable?

601


1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

1909


What are pointers really good for, anyway?

609






How are portions of a program disabled in demo versions?

742


Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.

1759


How is a macro different from a function?

652


Write a simple code fragment that will check if a number is positive or negative.

704


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

582


What is the use of pointers in C?

612


In which language linux is written?

595


What is #pragma statements?

583


How can you find the day of the week given the date?

609


code for replace tabs with equivalent number of blanks

1631