what is the difference between thread and process
Answer / vijay bisht
Thread is a smallest unit of process. In process have one
or more thread.
Is This Answer Correct ? | 7 Yes | 2 No |
what is strcture i++ i ++i answer to this i=5 what is the out put
How to write a function that goes through an array of characters and eliminates any elements that are not letters (Legal letters can be either in an uppercase or a lowercase format.) The function removeNonLetters should return the new effective size of the array as the result.
Is string part of stl?
What is a list in c++ stl?
What is the stl, standard template library?
write a c++ to define a class box with length,breadth and height as data member and input value(),printvalue() and volume() as member functions.
What two types of containers does the stl provide?
what is a template?
2 Answers Amazon, BITS, IBS, Wipro,
what is template and type convertion
c# support late binding or early binding.
Describe the My Computer and My Documents folders; identify the elements that are present in every Window.
a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.