1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answer Posted / umamaheswari
a
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
What are the modifiers available in c programming language?
How do you do dynamic memory allocation in C applications?
What are reserved words?
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
Is there a way to compare two structure variables?
i have a written test for microland please give me test pattern
What is file in c language?
Explain do array subscripts always start with zero?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What is p in text message?
What is cohesion in c?
What is operator precedence?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
How can I recover the file name given an open stream or file descriptor?