What is &x in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are c++ redistributables?
What are formatting flags in ios class?
Difference between shift left and shift right?
What is the use of vtable?
Difference between pointer to constant vs. Pointer constant
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
What is the difference between public, private, and protected access?
daily Routine of father
Differentiate between a constructor and a destructor in c++.
1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v
What do you mean by internal linking and external linking in c++?
Why do we need runtime polymorphism in c++?