STL (140)
OOPS (873)
C++ General (2409) How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?
1 14463what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
2 5822Find out the bug in this code,because of that this code
will not compile.......
#include
What language is oop?
How long will it take to learn programming?
Can we specify variable field width in a scanf() format string? If possible how?
What is meant by iomanip in c++?
What is c++ namespace?
What is searching? Explain linear and binary search.
Explain rtti.
What does the nocreate and noreplace flag ensure when they are used for opening a file?
Why null pointer is used?
What are the three parts of a simple empty class?
What are the advantages of c++?
What is class in c++ with example?
How c functions prevents rework and therefore saves the programers time as wel as length of the code ?
What is encapsulation in oop?
Write a program which uses Command Line Arguments