How can you tell what shell you are running on unix system?


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

Post New Answer

More C++ General Interview Questions

What is string in c++ programming?

0 Answers  


what is C++ objects?

0 Answers  


Is map sorted c++?

0 Answers  


What is a parameterized type?

1 Answers  


What is the difference between strcpy() and strncpy()?

0 Answers  






How do I make turbo c++ full screen?

0 Answers  


What are the methods of exporting a function from a dll?

0 Answers  


What is #include iostream?

0 Answers  


How compile and run c++ program in turbo c++?

0 Answers  


Write a c++ code that will calculate the roots of a quadratic equation a2+ bx+c=0 Hint: d = sqrt (b2-4ac), and the roots are: x1 = (€“b + d)/2a and x2 = (€“b €“ d)/2a (use sqrt function from cmath.h )?

0 Answers   Maxobiz,


By using c++ with an example describe linked list?

0 Answers  


What are pointers used for c++?

0 Answers  


Categories