Differentiate between an array and a list?
No Answer is Posted For this Question
Be the First to Post Answer
What does count ++ do in c++?
Describe delete operator?
What it is and how it might be called (2 methods).
What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;
Differentiate between an array and a list?
There is a magic square matrix in such a way that sum of a column or a row are same like 3 5 2 4 3 3 3 2 5 sum of each column and row is 10. you have to check that matrix is magic matrix or not?
Can non-public members of another instance of the class be retrieved by the method of the same class?
sizeof- is it functioning statically or dynamically?
What does it mean to declare a member function as static?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What language is a dll written in?
Is turbo c++ free?