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

Answer Posted / ee

d

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does nil mean in c?

672


What is the difference between int main and void main in c?

592


How are Structure passing and returning implemented by the complier?

715


How does struct work in c?

608


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

4742






Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

632


Are c and c++ the same?

627


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

3187


Explain function?

665


Write a program to check whether a number is prime or not using c?

576


How do I round numbers?

599


What are the different types of errors?

643


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

1627


Explain continue keyword in c

586


Explain how do you sort filenames in a directory?

604