Latest Answer: Multithreading is a mechanism by which units/parts of a program can run simultaneously in a separated thread.e.g :- If you chiw a chewingum and at that time you smoke a cigarate what happens! ## mouth is PROGRAM & chiw , smoke are units. ...
Latest Answer: Multitasking is nothing but a running different type of application simultaniously.Multithreading is nothing but a single program runs one or more jobs is called multithreading. ...
Latest Answer: This is the RAM that you see measured in megabytes when you buy a computer. ...
Latest Answer: bcoz processor can access main memory only ...
Latest Answer: Swapping is to chance the value to each other in c++#include#includevoid main(){Int a,b;cout ...
Latest Answer: Pageing is a memory Management technique which allows users program memory to be non continus, the technique is used to remove the problem of external fragmentation.In this technique entire user Memory is divided into fixed size page frames, a Page Map ...
Latest Answer: the size of the pointer is 2 byte.tat u can check it out by using the function SIZEOF(). ...
Latest Answer: The size of the variable is dependent on the compiler in C and C++. In java it is fixed (32 bytes). ...
Latest Answer: static variables are local to the block in which they are declared.The value of the static variables will persist between different function calls.Default initial value of a static variable is zero.The storage for static variables is Memory. ...
Latest Answer: Yes, we can compile C program in C++ compiler but we cannot compile C++ program in C compiler because C compiler does not contains header files required to compile C++ program. ...
View page << Previous 1 2 [3] 4 Next >>

Go Top