What is a dll entry point?
No Answer is Posted For this Question
Be the First to Post Answer
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
What are arithmetic operators?
Can you explicitly call a destructor on a local variable?
Can a list of string be stored within a two dimensional array?
Is c++ pass by reference or value?
what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
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?
What are templates? where we should use it?
What is object in c++ example?
What is a friend function in c++?
What are punctuators in c++?
What is wrapper class in c++?