What is the use of structure in c++?
No Answer is Posted For this Question
Be the First to Post Answer
what are the iterator and generic algorithms.
What is the use of static functions?
Why can templates only be implemented in the header file?
Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes
Can we change the basic meaning of an operator in c++?
What is a local variable?
What is c++ code?
Explain how we implement exception handling in c++?
Explain stack & heap objects?
differance between copy & clon
What is RTRT tool?can it be used for automation?can it work on packet PC?
What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?