what are threads ? why they are called light weight
processes ? what is the relation between process and threads ?
thread is an execute the more process an single process
| Is This Answer Correct ? | 2 Yes | 1 No |
how to find the kth smallest element in the given list of array elemnts.
What is #include in c?
write a program in reverse the string without using pointer,array,global variable declaration,lib fun only using a function?
WRITE A C PROGRAM FOR PRINT "RHOMBUS" STRUCTURE . Example: Enter the numbers :3 * * * * * * * *
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
what is the purpose of the code, and is there any problem with the code? int f( int n, int l, int r ) { return (n << l) >> r; }
What is p in text message?
Explain what is the benefit of using #define to declare a constant?
what is the function of .h in #include<stdio.h> in c ?
23 Answers HCL, IBM, Wipro,
When should I declare a function?
printf("%d",(printf("Hello")); What it returns?
What are register variables? What are the advantage of using register variables?