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

Answer Posted / ruchi

c

Is This Answer Correct ?    9 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I round numbers?

604


What are 'near' and 'far' pointers?

624


Can we access array using pointer in c language?

650


What is the method to save data in stack data structure type?

610


c program to compute AREA under integral

1816






What is pointer in c?

745


Write a program in c to replace any vowel in a string with z?

699


Is c high or low level?

588


How many keywords (reserve words) are in c?

625


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.

1770


What is queue in c?

582


What is the ANSI C Standard?

782


Explain zero based addressing.

613


With the help of using classes, write a program to add two numbers.

622


A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(

1746