STL (140)
OOPS (873)
C++ General (2409)
How do you find out if a linked-list has an end?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
What is Boyce Codd Normal form?
What is a constructor in c++ with example?
What are manipulators in c++ with example?
How can we read/write Structures from/to data files?
What does return 0 do in c++?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What are friend functions in C++?
How do you remove an element from a set in c++?
What is a stl vector?
What are files in c++?
What is the significance of classes in oop?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
Why is c++ considered difficult?