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
Where is volatile variable stored?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Explain what is the difference between text files and binary files?
What is dynamic memory allocation?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
Hi can anyone tell what is a start up code?
What is #line?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Why do we need arrays in c?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is a union?
What is #line in c?
List some of the dynamic data structures in C?
What is ## preprocessor operator in c?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.