Can a Structure contain a Pointer to itself?
No Answer is Posted For this Question
Be the First to Post Answer
What is the error in the code below and how should it be corrected?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
What are the basics of classifying different storage types, why?
2 Answers Astergate, Symphony,
Why ctype h is used in c++?
Is main a class in c++?
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
What is data abstraction? How is it different from data encapsulation?
Explain the scope of resolution operator.
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
Can a function take variable length arguments, if yes, how?
What is a map in c++?
throw Can constructors exceptions?