Why is null pointer used?
No Answer is Posted For this Question
Be the First to Post Answer
Define pointers?
How many pointers are required to reverse a link list?
When does a name clash occur?
How do you add an element to a set in c++?
What does obj stand for?
You're given an array containing both positive and negative integers and required to find the sub-array with the largest sum (O(N) a la KBL). Write a routine in C for the above.
Is c better than c++?
Can we have "Virtual Constructors"?
What is the difference between Char a[ ]=”string” and char *a=”String”
What is atoi?
Shall we use 'free' to free memory assigned by new, What are the further consequences??
Which is better turbo c++ or dev c++?