what is difference between thread and programme.
Answer / lalit
hread is the smallest executable unit of a process. For example, when you run a notepad program, operating system creates a process and starts the execution of main thread of that process.
Process is an executing instance of a program. For example, When you double click on the Google Chrome icon on your computer, you start a process which will run the Google Chrome program. When you double click on a notepad icon on your computer, a process is started that will run the notepad program.
| Is This Answer Correct ? | 1 Yes | 0 No |
explain defference between structure and class with example
Difference between realloc() and free?
What is abstraction in oop?
What is multiple inheritance ?
17 Answers Blue Star, C DAC, CDAC, Impetus, Ness Technologies, Softvision Solution,
What is difference between inheritance and polymorphism?
What is interface in oop?
Write a program in c++ to read two floating point numbers and find their sum and average.
Who invented oop?
advantage and disadvantage in c++>>oops and what are the questions ask for interview in c++>>oops. could you tell me or reply me
What is polymorphism oop?
Which language is not a true object oriented programming language?
which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean