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 |
1 What is a Data Structure?
What is far pointer in c?
Explain what is wrong with this program statement? Void = 10;
Can a binary search tree be used as an index? If yes, how? Explain
all c language question
How can I pad a string to a known length?
2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.
Write a program that takes three variables(a,b,c) in as separate parameters and rotates the values stored so that value a goes to b,b,to c and c to a
Why do we write return 0 in c?
Write a program to print “hello world” without using semicolon?
What is malloc calloc and realloc in c?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .