1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / tanzia.1989
c)?!
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is wild pointer in c?
What is the benefit of using const for declaring constants?
Can we add pointers together?
How are portions of a program disabled in demo versions?
Why is c called a structured programming language?
How can a program be made to print the line number where an error occurs?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Explain high-order and low-order bytes.
How can you determine the maximum value that a numeric variable can hold?
Explain what is a const pointer?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is meant by 'bit masking'?
Write a code on reverse string and its complexity.
What is the difference between array_name and &array_name?