What language does google use?
No Answer is Posted For this Question
Be the First to Post Answer
structure contains int, char, float how it behaves for big endian and little endian?
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 is a base class?
What is abstract class in c++?
What c++ is used for?
iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications on designer by drag and dropping mechanism...so pls send me the procedure to design applications?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
What are proxy objects?
What is the type of 'this' pointer? When does it get created?
why all c++ program must have default constructor?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
Is it possible to pass an object of the same class in place of object reference to the copy constructor?