Can manipulators fall in love?
No Answer is Posted For this Question
Be the First to Post Answer
Define friend function.
What do you mean by static variables?
What are the uses of typedef in a program?
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
What do you know about near, far and huge pointer?
Describe protected access specifiers?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
What is the difference between public and private data members?
What is stl containers in c++?
In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.
What is prototype for that c string function?
What is the difference between an external iterator and an internal iterator? Describe an advantage of an external iterator?