STL (140)
OOPS (873)
C++ General (2409) How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?
1 14564what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
2 5918Find out the bug in this code,because of that this code
will not compile.......
#include
how to making game in c++ ?
Explain the virtual inheritance in c++.
When do we run a shell in the unix system? How will you tell which shell you are running?
What is the keyword auto for?
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).
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
write knight tour problem which is present in datastructure
what's the basic's in dot net
How the endl and setw manipulator works?
what are the realtime excercises in C++?
write a C++ program for booking using constructor and destructor.
What things would you remember while making an interface?
How a pointer differs from a reference?
How are virtual functions implemented in c++?
Difference between a copy constructor and an assignment operator.