What is n in c?
No Answer is Posted For this Question
Be the First to Post Answer
how to use virual function in real time example
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.
The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this
what is real time system?what is the differance between hard and soft real time systems
How do c compilers work?
What is the best style for code layout in c?
main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }
4 Answers Vector, Wipro, Zoho,
difference of two no's with out using - operator
What are preprocessor directives?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
How do you prevent buffer overflows in C?
write a program to remove occurrences the word from entered text?