Is arr and &arr are same expression for an array?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of classes are there in c++?
What is the type of this pointer in c++?
class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.
Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.
Why is standard template library used?
How would you use the functions randomize() and random()?
What is a float in c++?
What methods can be overridden in java?
How can you find the nodes with repetetive data in a linked list?
Write a corrected statement in c++ so that the statement will work properly. x =+ 7;
what Is DCS ? what i will get benefit when i did?
How can an improvement in the quality of software be done by try/catch/throw?