What language does google use?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What do you mean by inheritance in c++?

0 Answers  


What is a c++ map?

0 Answers  


What is c++ stringstream?

0 Answers  


Define a nested class. Explain how it can be useful.

0 Answers  


What is the importance of mutable keyword?

0 Answers  






What is array give example?

0 Answers  


Which bit wise operator is suitable for turning off a particular bit in a number?

0 Answers  


Write a struct time where integer m, h, s are its members?

0 Answers  


Do the parentheses after the type name make a difference with new?

0 Answers  


In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.

5 Answers   GE,


what does the following statement mean? int (*a)[4]

0 Answers  


Why do we use setw in c++?

0 Answers  


Categories