Answer Posted / srilaxmi
2
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
In which header file is the null macro defined?
How many loops are there in c?
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.
Difference between goto, long jmp() and setjmp()?
Explain what is the general form of a c program?
Why ca not I do something like this?
Is it better to use a macro or a function?
What is indirection? How many levels of pointers can you have?
What are enumerated types?
What is meant by type specifiers?
What are header files in c programming?
What is typedef?
Hi can anyone tell what is a start up code?
What is the maximum no. of arguments that can be given in a command line in C.?
praagnovation