Need Help ?
Live Chat
Signin / Signup
Home
|
Expert Q-A
|
Direct Order
|
How It Works
|
Who We Are
|
Reach Us
Sign In / Sign Up
Sign In
Sign Up
Home
/
Expert Answers
/
Other
/ select-the-corret-code-to-define-a-dynamic-2x3-multidimendion-array-mularray-of-chars-typedef-char-p
(Answered): Select the corret code to define a dynamic 2x3 multidimendion array MulArray of chars : typedef cha ...
Select the corret code to define a dynamic 2x3 multidimendion array MulArray of chars : typedef char* ptrChar; char *MulArray=new ptrchar[2]; 1. MulArray (O)=new char [3] MulArray[1] =new char [3] 2. typedef char* ptrChar; char *MulArray=new ptrchar[2]; MulArray[0] =new ptrchar [3] MulArray[1]=new ptrChar [3] typedef char* ptrChar; char *MulArray=new ptrchar(3); 3. MulArray[0]=new char [2] MulArray[1] =new char [2] typedef char* ptrChar; char *MulArray=new ptrchar[3]; 4. MulArray[0]=new ptrchar [2] MulArray[1]-new ptrchar [2]
We have an Answer from Expert
View Expert Answer
Expert Answer
Answer to Select the corret code to define a dynamic 2x3 multidimendion array MulArray of chars : typedef char* ptrChar; char *Mul...
The Problem has Answer!
We have detailed solutions for you for more understanding.
View Answer