STL (140)
OOPS (873)
C++ General (2409)
What is the real life example of polymorphism?
State the difference between pre and post increment/decrement operations.
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
What is time h in c++?
Advantage and disadvantage of routing in telecom sector
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
How is computer programming useful in real life?
Are c and c++ different?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
How do you write a function that can reverse a linked-list?
What is a down cast?
What is virtual destructor ans explain its use?
What is the best c++ compiler for windows 10?
Where is pseudocode used?
Explain dangling pointer.