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
What does volatile do?
How can I find the modification date and time of a file?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
I came across some code that puts a (void) cast before each call to printf. Why?
Do you know the use of fflush() function?
Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
What is keyword in c?
What is integer constants?
What are the general description for loop statement and available loop types in c?
Tell me when would you use a pointer to a function?
Ow can I insert or delete a line (or record) in the middle of a file?
Do array subscripts always start with zero?
What does the && operator do in a program code?
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
How can I do graphics in c?