write a piece of c++ code which allocate memory to the 50
object of type CObj
Answers were Sorted based on User's Feedback
Answer / santhosh k
#include<iostream.h>
class CObj
{
};
int main()
{
CObj **obj=new CObj *[50];
for(i=0;i<50;i++)
{
obj[i]=new Cobj[10];
}
}
| Is This Answer Correct ? | 0 Yes | 1 No |
what is the difference between thread and process
what is the acronym of the term 'C.O.M.P.U.T.E.R' ?
17 Answers Config Systems, Google, Wipro,
c# support late binding or early binding.
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
Write a program in C++ to concatenate two strings into third string using pointers
HOW TO GET "H1B" -VISA 4 USA FOR MY SON?HE HAD COMPLETED "MS"(IT)FROM AUSTALIA 2007.I AM WORKING IN U.S.A.
What do you mean by stl?
Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1
What are stl algorithms?
What is stl in oop?
What is Template Specialization?
write a c++ program to create an object of a class called employee containing the employee code name designation basic salarry HRA Da gross salary as data 10 such objects "members process "