What is command line arguments in C++? What are its uses? Where we have to use this?
No Answer is Posted For this Question
Be the First to Post Answer
what do you mean by memory management operators
What is the output of printf("%d")?
58 Answers CTS, HCL, Infosys, TCS, Winit, Wipro,
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What will the line of code below print out and why?
What is different in C++, compare with unix?
What is a storage class in C++
Describe friend function & its advantages.
What are separators in c++?
What is ostream in c++?
I was a c++ code and was asked to find out the bug in that. The bug was that he declared an object locally in a function and tried to return the pointer to that object. Since the object is local to the function, it no more exists after returning from the function. The pointer, therefore, is invalid outside.
Write a function that swaps the values of two integers, using int* as the argument type?
What is stack unwinding?