STL (140)
OOPS (873)
C++ General (2409) How does stack look in function calls? Write a recursive function call, how will the stack look like?
956Implement a 2D bit-matrix representing monochrome pixels which will have only OFF/ON values and will take on an average only one bit of memory for each stored bit. How to perform various operations on it?
985
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal
How does an stl file work?
Will this c++ program execute or not?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
What is null and void pointer?
What is lambda expression c++?
Is map sorted c++?
Who created c++?
What is abstract class in oops?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
how to connect with oracle 9i with server in socket program in c/c++
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
Describe delete operator?
Write some differences between an external iterator and an internal iterator?
How does a copy constructor differs from an overloaded assignment operator?