C++ Programming and Technical

You run a shell on UNIX system. How would you tell which shell are you running?

Read Solution (Total 0)

C++ Other Question

Which of the following statement is correct?

Options
1) Overloaded functions can accept same number of arguments.
2) Overloaded functions always return value of same data type.
3) Overloaded functions can accept only same number and same type of arguments.
4) Overloaded functions can accept only different number and different type of argument
What are Stacks? Give an example where they are useful.