Answer Posted / penny
acd*b+e-/
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Why doesnt that code work?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is multidimensional arrays
What is the best style for code layout in c?
Difference between pass by reference and pass by value?
How is a structure member accessed?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
What is a memory leak? How to avoid it?
Explain void pointer?
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
What is difference between class and structure?
Array is an lvalue or not?
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.
How is = symbol different from == symbol in c programming?
Why string is used in c?