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 |
Is array a primitive data type in c?
What does 1f stand for?
write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)
7 Answers Consultancy, DBU, FD, JK Associates, Kobe, Satyam,
write a program structure to find average of given number
Can the “if” function be used in comparing strings?
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986
What is the deal on sprintf_s return value?
without using control structures and control structures find the max and min of given 2 nos
How can I ensure that integer arithmetic doesnt overflow?
What is the role of this pointer?
Find occurence of a character in a sting.
what is the benefit of c30