What is memcpy() function?
No Answer is Posted For this Question
Be the First to Post Answer
What are the standard predefined macros?
What will happen when freeing memory twice
Hai why 'c' is the middle language
int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā%dā,*(*(x+1)+3));
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 a char c?
HOW DO YOU HANDLE EXCEPTIONS IN C?
List some of the static data structures in C?
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is the difference between mpi and openmp?
Explain data types & how many data types supported by c?