Can char be a number c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is a constant? Explain with an example.
Explain Memory Allocation in C/C++ ?
Can a list of string be stored within a two dimensional array?
Differentiate between the message and method in c++?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What happens if a pointer is deleted twice?
what do you mean by memory management operators
Which is best ide for c++?
What is problem with Runtime type identification?
How should runtime errors be handled in c++?
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?
What is the difference between Char a[ ]=”string” and char *a=”String”