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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What do you mean by static variables?

0 Answers  


Write a c program for binary addition of two 8 bit numbers.

0 Answers   TCS,


Define copy constructor.

0 Answers  


What is a stack? How it can be implemented?

0 Answers  


How to allocate memory dynamically for a reference?

0 Answers  






What is the difference between function overloading and operator overloading?

0 Answers  


Difference between class and structure.

0 Answers  


Can I uninstall microsoft c++ redistributable?

0 Answers  


What is c++ used for in games?

0 Answers  


Is c++ a high level language?

0 Answers  


What is runtime polymorphism in c++?

0 Answers  


What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal

0 Answers  


Categories