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

let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.

1 Answers  


what do you mean by volatile variable?

0 Answers  


What is recursion?

6 Answers  


Can you pass a vector to a function?

0 Answers  


Which sort does c++ use?

0 Answers  


Explain function overloading and operator overloading.

0 Answers  


What is volatile and pragma? When they are used?

1 Answers  


Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers

0 Answers  


What is constructor in C++?

0 Answers  


Why c++ is faster than java?

0 Answers  


What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random

0 Answers  


What is the difference between cin.read() and cin.getline()?

0 Answers  


Categories