What does 7/9*9 equal ?
a) 1
b) 0.08642
c) 0
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between new() and malloc() in c++?
Why is standard template library used?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.
Do we have to use initialization list in spite of the assignment in constructors?
What is an opaque pointer?
What is the difference between a type-specific template friend class and a general template friend class?
reading material is provided 3 books for c++ if u need more do let me know thnx i hve lots of material do let me know if u want it
Why is c++ not purely object oriented?
What is the use of pointer in c++ with example?
when can we use virtual destructor?
7 Answers HCL, HP, Virage Logic,
Implement strncpy
What are the main features of c++?