1)which of following operator can't be overloaded.
a)== b)++ c)?! d)<=
Answers were Sorted based on User's Feedback
Answer / b.dinesh reddy
Option 'C' will be the answer as we cant overload the
operator '?!' whereas remaining can be overloaded in oop
languages.
| Is This Answer Correct ? | 0 Yes | 0 No |
Write a factorial program using C.
How can I sort a linked list?
Derive the complexity expression for AVL tree?
Hai,I have done with my bachelor of commerce and planing to ms,please suggest me how to convince vo for shifting from commerce to computers. Visa on 8 DEC 2014 Npu university
What are the types of type specifiers?
give an example of type casting by a simple c program
What is a macro?
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;
void main() { int i=5; printf("%d",i++ + ++i); }
Explain what are run-time errors?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list