What is a manipulative person?
No Answer is Posted For this Question
Be the First to Post Answer
Explain rtti.
Is map ordered c++?
What is the use of static functions?
Is there any difference between dlearations int* x and int *x? If so tell me the difference?
what is the behaviour of C and C++ compiler for the below statements. int *p; p = malloc(100); Is the behaviour same ? or different ?
What are the general quetions are in DEna bank manager IT/System interviews?
Why do we use vector in c++?
char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?
What are advantages of using friend classes?
What is a pdb file?
What is the difference between prefix and postfix versions of operator++()?
Explain function overloading