1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / richa gupta
c) ?!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does void main return?
Explain the term printf() and scanf() used in c language?
Why can’t we compare structures?
Why is #define used?
Differentiate between the = symbol and == symbol?
p*=(++q)++*--p when p=q=1 while(q<=6)
Explain what is the difference between functions abs() and fabs()?
Do pointers take up memory?
What's a good way to check for "close enough" floating-point equality?
What do mean by network ?
What does emoji p mean?
Find MAXIMUM of three distinct integers using a single C statement
Does * p ++ increment p or what it points to?
Why c is known as a mother language?
What is a double c?