which of the function operator cannot be over loaded

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

Answer Posted / ruchi

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

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

658


What are type modifiers in c?

615


What is main function in c?

544


What are control structures? What are the different types?

588


Why clrscr is used after variable declaration?

1033






What is meant by type casting?

620


What are identifiers c?

560


If errno contains a nonzero number, is there an error?

798


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

642


please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................

1535


using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1306


What's the best way of making my program efficient?

620


What is the difference between exit() and _exit() function?

598


Can you return null in c?

591


What is a floating point in c?

596