Which command properly allocates memory
a) char *a=new char[20];
b) char a=new char[20];
c) char a=new char(20.0);
No Answer is Posted For this Question
Be the First to Post Answer
Define a pdb file.
How do you declare A pointer to a function which receives nothing and returns nothing
Distinguish between new and malloc and delete and free().
what is upcasting in C++?
What is a node class?
What problem does the namespace feature solve?
Is c++ a float?
when can we use virtual destructor?
7 Answers HCL, HP, Virage Logic,
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
Why do we use the using declaration?
Which programming language should I learn first?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?