What is scope of variable in c?
No Answer is Posted For this Question
Be the First to Post Answer
main is a predefined or user define function if user defined why? if predefined whay?
How can I trap or ignore keyboard interrupts like control-c?
What is %d called in c?
c program to compute AREA under integral
write a reverse string to print a stars.(with out using logic) ***** **** *** ** *
Explain what math functions are available for integers? For floating point?
what is call by value and call by reference
What is the use of #include in c?
Is c programming hard?
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 are pointers declared in c?
what is difference between getchar,putchar functions and printf and scanf function? does putchar show output only when input given to it