1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / kamaljit singh
c
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What’s a signal? Explain what do I use signals for?
What is dangling pointer in c?
Find MAXIMUM of three distinct integers using a single C statement
Write a program to check palindrome number in c programming?
Add Two Numbers Without Using the Addition Operator
How does placing some code lines between the comment symbol help in debugging the code?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Explain how can I write functions that take a variable number of arguments?
What is the difference between printf and scanf )?
How can you draw circles in C?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
Write a program to swap two numbers without using a temporary variable?
What are enumerated types?