Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


When do we run a shell in the unix system? How will you tell which shell you are running?


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

Post New Answer

More C++ General Interview Questions

Given the following function definition: int doit(int &x, int y, int &z) { x = 3*x; y = y + 5; z = x+y; return z - 4; } int a = 5, b = 7, c = 9, d = 11; d = doit(a,b,c);

2 Answers  


What is the use of endl in c++?

0 Answers  


wap to accept 10 numbers & display the number of odd and even numbers??

1 Answers  


How do we balance an AVL Tree in C++?

0 Answers   Impetus,


What is function overloading c++?

0 Answers  


What is a .lib file in c++?

0 Answers  


How can you differentiate between inheritance and implementation in c++?

0 Answers  


What is an iterator class in c++?

0 Answers  


what is data abstraction in C++?

0 Answers  


Can I learn c++ without learning c?

0 Answers  


What character terminates all character array strings a) b) . c) END

0 Answers  


What is the use of volatile variable?

0 Answers  


Categories