Answer Posted / himanshu
garbage
but calloc returns zero
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
Which are low level languages?
Define the scope of static variables.
in linking some of os executables are linking name some of them
How is actual parameter different from the formal parameter?
Explain what is meant by high-order and low-order bytes?
How to throw some light on the b tree?
How can I convert a number to a string?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
How do you redirect a standard stream?
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
What is difference between far and near pointers?
How to create struct variables?
What is the use of f in c?