What is :: operator in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
"How will you merge these two arrays? Write the program Array: A 1 18 22 43 Array: B 3 4 6 20 34 46 55 Output Array: C 1 3 4 6 18 20 22 34 43 46 55"
9 Answers College School Exams Tests, HCL,
What are the various oops concepts in c++?
Copy Linked List using recursive function?
What are keywords in c++?
What is the main use of c++?
What do you mean by overhead in c++?
Why is null pointer used?
Write a program which employs Recursion
1.what is the difference between software & package &application.
What is a singleton class c++?
How do you declare A pointer to function which receives an int pointer and returns a float pointer