which of the function operator cannot be over loaded
a) <=
b)?:
c)==
d)*
Answer Posted / ravi
answer is b. that is ?:
| Is This Answer Correct ? | 73 Yes | 3 No |
Post New Answer View All Answers
What is main () in c?
what is the structure pointer?
Which built-in library function can be used to match a patter from the string?
How can I find the modification date and time of a file?
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
Apart from dennis ritchie who the other person who contributed in design of c language.
How do you write a program which produces its own source code as output?
How does placing some code lines between the comment symbol help in debugging the code?
What is the purpose of 'register' keyword?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What are header files in c programming?
How do I read the arrow keys? What about function keys?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is c programing language?
Are pointers integers in c?