What language does google use?
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.
what do you mean by volatile variable?
What is recursion?
Can you pass a vector to a function?
Which sort does c++ use?
Explain function overloading and operator overloading.
What is volatile and pragma? When they are used?
Will a C compiler always compile C++ code a) Yes b) No c) Only optimized compilers
What is constructor in C++?
Why c++ is faster than java?
What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random
What is the difference between cin.read() and cin.getline()?