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
What is the modulus operator?
What are the basic data types associated with c?
What are the different properties of variable number of arguments?
How can you tell whether a program was compiled using c versus c++?
Do you know null pointer?
What are the features of c languages?
what is the format specifier for printing a pointer value?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
What is the purpose of void pointer?
What does %d do?
What is an auto variable in c?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is c method?
Why is it usually a bad idea to use gets()? Suggest a workaround.
What is an identifier?