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
what is pulse code modulation?
What is c++ hiding?
How do I run c++?
Do inline functions improve performance?
Which sort is best for the set: 1 2 3 5 4 a) Quick Sort b) Bubble Sort c) Merge Sort
Why do we use templates?
What will happen if a pointer is deleted twice?
Write the program form Armstrong no in c++?
Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;
Why do we need constructors in c++?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
Define a nested class. Explain how it can be useful.