Which is faster post increment or pre increment ? and in
which cases should u use either - to increase speed?
Answer Posted / zuber
extreme stage
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How do you define social class?
What is encapsulation example?
How many human genes are polymorphic?
Is data hiding and abstraction same?
What is destructor give example?
How do you achieve runtime polymorphism?
why reinterpret cast is considered dangerous?
What is a null tree?
What is polymorphism in oops with example?
What is a class oop?
What is oops?what is its use in software engineering?
Whats is abstraction in oops?
Why is destructor used?
Why is there no multiple inheritance?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?