What is a pdb file?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?
Can we use pointers in c++?
What is a type library?
What c++ is used for?
What is null c++?
What is exception handling in C++?
Write about the local class and mention its use?
What is c++ coding?
What is the use of "new" operator?
Does c++ have arraylist?
Can I learn c++ in a week?