Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
No Answer is Posted For this Question
Be the First to Post Answer
Can you sort a set c++?
Is c++ map a hash table?
What is a forward referencing and when should it be used?
class Alpha { public: char data[10000]; Alpha(); ~Alpha(); }; class Beta { public: Beta() { n = 0; } void FillData(Alpha a); private: int n; }; How do you make the above sample code more efficient? a) If possible, make the constructor for Beta private to reduce the overhead of public constructors. b) Change the return type in FillData to int to negate the implicit return conversion from "int" to "void". c) Make the destructor for Alpha virtual. d) Make the constructor for Alpha virtual. e) Pass a const reference to Alpha in FillData
how many rounds and wt type of questios ask in the written test for first round 2. tech. round 3. and futher rounds
Can circle be called an ellipse?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What is OOPs
What is a catch statement?
What are the defining traits of an object-oriented language?
Describe private, protected and public?
what are difference between c and c++?