Implement a 2 dimensional array by one dimentional array
Answer / answer and question
one to one array,multi dimension array
Is This Answer Correct ? | 3 Yes | 4 No |
What is the difference between "calloc" and "malloc"?
Should you pass exceptions by value or by reference?
What issue do auto_ptr objects address?
What is the difference between Class and Structure?
40 Answers HP, IBM, Samsung, TCS,
how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
Which ide is best for c++?
What is size of a object of following class? class Foo { public: void foo(){} }
When do we use copy constructors?
Name the implicit member functions of a class.
Can you declare an array without a size in c++?
Explain differences between new() and delete()?