Should you protect the global data in threads? Why or why
not?
Answers were Sorted based on User's Feedback
Global data need to be stored in a common place where each
thread can access it within that program. So it shouldnot
be stored on a particular thread but in the process's
memory where each thread can access it.
| Is This Answer Correct ? | 1 Yes | 1 No |
inheritence with example
Why we are use # in begning of programme of c++.
what do you mean by static member variable?
namespace is working on which compiler?
difference between class and object
10 Answers Chandan, IBM, Magic Soft,
What is polymorphism explain?
diff between Abstract class Interfaces?
Is enum a class?
What is the point of polymorphism?
What is memory leak and memory corruption?
WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT.
write a short note on Overloading of Binary Operator?