1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=

Answer Posted / suganya

Ans is (c)

Is This Answer Correct ?    10 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Do pointers need to be initialized?

559


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

1705


Explain the process of converting a Tree into a Binary Tree.

2102


Does free set pointer to null?

563


What does printf does?

744






What is formal argument?

649


hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm

1633


Why does notstrcat(string, "!");Work?

643


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

763


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

15502


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

3982


Why doesnt long int work?

612


Is it possible to have a function as a parameter in another function?

599


Do character constants represent numerical values?

844


What is the difference between far and near in c?

600