which of the function operator cannot be over loaded
a) <=
b)?:
c)==
d)*
Answer Posted / balu
i think b and d can't support overloading concept..
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is array within structure?
What are the main characteristics of c language describe the structure of ac program?
Explain how do you search data in a data file using random access method?
What is meant by type casting?
What is null in c?
Between macros and functions,which is better to use and why?
Write a progarm to find the length of string using switch case?
What is static memory allocation? Explain
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
How does placing some code lines between the comment symbol help in debugging the code?
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
What is the role of this pointer?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Why is main function so important?
write a program to find the given number is prime or not